{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "components/alert/alert.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlAlert",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the optional icon.",
              "name": "icon"
            },
            {
              "description": "The container that wraps the alert's main content.",
              "name": "message"
            },
            {
              "description": "The close button, an `<sl-icon-button>`.",
              "name": "close-button"
            },
            {
              "description": "The close button's exported `base` part.",
              "name": "close-button__base"
            }
          ],
          "slots": [
            {
              "description": "The alert's main content.",
              "name": ""
            },
            {
              "description": "An icon to show in the alert. Works best with `<sl-icon>`.",
              "name": "icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "autoHideTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'icon', 'suffix')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "base",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the alert is open. You can toggle this attribute to show and hide the alert, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the alert's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "closable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables a close button that allows the user to dismiss the alert.",
              "attribute": "closable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'info' | 'secondary'"
              },
              "default": "'primary'",
              "description": "The alert's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "duration",
              "default": "Infinity",
              "description": "The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
              "attribute": "duration"
            },
            {
              "kind": "method",
              "name": "restartAutoHide",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleCloseClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseMove",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "handleDurationChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the alert."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the alert"
            },
            {
              "kind": "method",
              "name": "toast",
              "description": "Displays the alert as a toast notification. This will move the alert out of its position in the DOM and, when\ndismissed, it will be removed from the DOM completely. By storing a reference to the alert, you can reuse it by\ncalling this method again. The returned promise will resolve after the alert is hidden."
            }
          ],
          "events": [
            {
              "description": "Emitted when the alert opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the alert opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the alert closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the alert closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the alert is open. You can toggle this attribute to show and hide the alert, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the alert's open state.",
              "fieldName": "open"
            },
            {
              "name": "closable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables a close button that allows the user to dismiss the alert.",
              "fieldName": "closable"
            },
            {
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'info' | 'secondary'"
              },
              "default": "'primary'",
              "description": "The alert's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "duration",
              "default": "Infinity",
              "description": "The length of time, in milliseconds, the alert will show before closing itself. If the user interacts with\nthe alert before it closes (e.g. moves the mouse over it), the timer will restart. Defaults to `Infinity`, meaning\nthe alert will not close on its own.",
              "resolveInitializer": {
                "module": "src/components/alert/alert.ts"
              },
              "fieldName": "duration"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Alerts are used to display important messages inline or as toast notifications.",
          "documentation": "https://shoelace.style/components/alert",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "animations": [
            {
              "name": "alert.show",
              "description": "The animation to use when showing the alert."
            },
            {
              "name": "alert.hide",
              "description": "The animation to use when hiding the alert."
            }
          ],
          "tagName": "sl-alert",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlAlert",
            "module": "components/alert/alert.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-alert",
          "declaration": {
            "name": "SlAlert",
            "module": "components/alert/alert.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/animated-image/animated-image.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlAnimatedImage",
          "cssProperties": [
            {
              "description": "The size of the icon box.",
              "name": "--control-box-size"
            },
            {
              "description": "The size of the play/pause icons.",
              "name": "--icon-size"
            }
          ],
          "slots": [
            {
              "description": "Optional play icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "play-icon"
            },
            {
              "description": "Optional pause icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "pause-icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "animatedImage",
              "type": {
                "text": "HTMLImageElement"
              }
            },
            {
              "kind": "field",
              "name": "frozenFrame",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "field",
              "name": "isLoaded",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "The path to the image to load.",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "alt",
              "type": {
                "text": "string"
              },
              "description": "A description of the image used by assistive devices.",
              "attribute": "alt"
            },
            {
              "kind": "field",
              "name": "play",
              "type": {
                "text": "boolean"
              },
              "description": "Plays the animation. When this attribute is remove, the animation will pause.",
              "attribute": "play",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleLoad",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleError",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handlePlayChange"
            },
            {
              "kind": "method",
              "name": "handleSrcChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the image loads successfully.",
              "name": "sl-load",
              "reactName": "onSlLoad"
            },
            {
              "description": "Emitted when the image fails to load.",
              "name": "sl-error",
              "reactName": "onSlError"
            }
          ],
          "attributes": [
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "The path to the image to load.",
              "fieldName": "src"
            },
            {
              "name": "alt",
              "type": {
                "text": "string"
              },
              "description": "A description of the image used by assistive devices.",
              "fieldName": "alt"
            },
            {
              "name": "play",
              "type": {
                "text": "boolean"
              },
              "description": "Plays the animation. When this attribute is remove, the animation will pause.",
              "fieldName": "play"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "A component for displaying animated GIFs and WEBPs that play and pause on interaction.",
          "documentation": "https://shoelace.style/components/animated-image",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-animated-image",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlAnimatedImage",
            "module": "components/animated-image/animated-image.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-animated-image",
          "declaration": {
            "name": "SlAnimatedImage",
            "module": "components/animated-image/animated-image.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/animation/animation.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlAnimation",
          "slots": [
            {
              "description": "The element to animate. Avoid slotting in more than one element, as subsequent ones will be ignored. To animate multiple elements, either wrap them in a single container or use multiple `<sl-animation>` elements.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "animation",
              "type": {
                "text": "Animation | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "hasStarted",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "Promise<HTMLSlotElement>"
              }
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'none'",
              "description": "The name of the built-in animation to use. For custom animations, use the `keyframes` prop.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "play",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Plays the animation. When omitted, the animation will be paused. This attribute will be automatically removed when\nthe animation finishes or gets canceled.",
              "attribute": "play",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "delay",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number of milliseconds to delay the start of the animation.",
              "attribute": "delay"
            },
            {
              "kind": "field",
              "name": "direction",
              "type": {
                "text": "PlaybackDirection"
              },
              "default": "'normal'",
              "description": "Determines the direction of playback as well as the behavior when reaching the end of an iteration.\n[Learn more](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction)",
              "attribute": "direction"
            },
            {
              "kind": "field",
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "1000",
              "description": "The number of milliseconds each iteration of the animation takes to complete.",
              "attribute": "duration"
            },
            {
              "kind": "field",
              "name": "easing",
              "type": {
                "text": "string"
              },
              "default": "'linear'",
              "description": "The easing function to use for the animation. This can be a Shoelace easing function or a custom easing function\nsuch as `cubic-bezier(0, 1, .76, 1.14)`.",
              "attribute": "easing"
            },
            {
              "kind": "field",
              "name": "endDelay",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number of milliseconds to delay after the active period of an animation sequence.",
              "attribute": "end-delay"
            },
            {
              "kind": "field",
              "name": "fill",
              "type": {
                "text": "FillMode"
              },
              "default": "'auto'",
              "description": "Sets how the animation applies styles to its target before and after its execution.",
              "attribute": "fill"
            },
            {
              "kind": "field",
              "name": "iterations",
              "default": "Infinity",
              "description": "The number of iterations to run before the animation completes. Defaults to `Infinity`, which loops.",
              "attribute": "iterations"
            },
            {
              "kind": "field",
              "name": "iterationStart",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The offset at which to start the animation, usually between 0 (start) and 1 (end).",
              "attribute": "iteration-start"
            },
            {
              "kind": "field",
              "name": "keyframes",
              "type": {
                "text": "Keyframe[] | undefined"
              },
              "description": "The keyframes to use for the animation. If this is set, `name` will be ignored."
            },
            {
              "kind": "field",
              "name": "playbackRate",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Sets the animation's playback rate. The default is `1`, which plays the animation at a normal speed. Setting this\nto `2`, for example, will double the animation's speed. A negative value can be used to reverse the animation. This\nvalue can be changed without causing the animation to restart.",
              "attribute": "playback-rate"
            },
            {
              "kind": "field",
              "name": "currentTime",
              "type": {
                "text": "number"
              },
              "description": "Gets and sets the current animation time."
            },
            {
              "kind": "method",
              "name": "handleAnimationFinish",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleAnimationCancel",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "createAnimation",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "destroyAnimation",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleAnimationChange"
            },
            {
              "kind": "method",
              "name": "handlePlayChange"
            },
            {
              "kind": "method",
              "name": "handlePlaybackRateChange"
            },
            {
              "kind": "method",
              "name": "cancel",
              "description": "Clears all keyframe effects caused by this animation and aborts its playback."
            },
            {
              "kind": "method",
              "name": "finish",
              "description": "Sets the playback time to the end of the animation corresponding to the current playback direction."
            }
          ],
          "events": [
            {
              "description": "Emitted when the animation is canceled.",
              "name": "sl-cancel",
              "reactName": "onSlCancel"
            },
            {
              "description": "Emitted when the animation finishes.",
              "name": "sl-finish",
              "reactName": "onSlFinish"
            },
            {
              "description": "Emitted when the animation starts or restarts.",
              "name": "sl-start",
              "reactName": "onSlStart"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'none'",
              "description": "The name of the built-in animation to use. For custom animations, use the `keyframes` prop.",
              "fieldName": "name"
            },
            {
              "name": "play",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Plays the animation. When omitted, the animation will be paused. This attribute will be automatically removed when\nthe animation finishes or gets canceled.",
              "fieldName": "play"
            },
            {
              "name": "delay",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number of milliseconds to delay the start of the animation.",
              "fieldName": "delay"
            },
            {
              "name": "direction",
              "type": {
                "text": "PlaybackDirection"
              },
              "default": "'normal'",
              "description": "Determines the direction of playback as well as the behavior when reaching the end of an iteration.\n[Learn more](https://developer.mozilla.org/en-US/docs/Web/CSS/animation-direction)",
              "fieldName": "direction"
            },
            {
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "1000",
              "description": "The number of milliseconds each iteration of the animation takes to complete.",
              "fieldName": "duration"
            },
            {
              "name": "easing",
              "type": {
                "text": "string"
              },
              "default": "'linear'",
              "description": "The easing function to use for the animation. This can be a Shoelace easing function or a custom easing function\nsuch as `cubic-bezier(0, 1, .76, 1.14)`.",
              "fieldName": "easing"
            },
            {
              "name": "end-delay",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number of milliseconds to delay after the active period of an animation sequence.",
              "fieldName": "endDelay"
            },
            {
              "name": "fill",
              "type": {
                "text": "FillMode"
              },
              "default": "'auto'",
              "description": "Sets how the animation applies styles to its target before and after its execution.",
              "fieldName": "fill"
            },
            {
              "name": "iterations",
              "default": "Infinity",
              "description": "The number of iterations to run before the animation completes. Defaults to `Infinity`, which loops.",
              "resolveInitializer": {
                "module": "src/components/animation/animation.ts"
              },
              "fieldName": "iterations"
            },
            {
              "name": "iteration-start",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The offset at which to start the animation, usually between 0 (start) and 1 (end).",
              "fieldName": "iterationStart"
            },
            {
              "name": "playback-rate",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Sets the animation's playback rate. The default is `1`, which plays the animation at a normal speed. Setting this\nto `2`, for example, will double the animation's speed. A negative value can be used to reverse the animation. This\nvalue can be changed without causing the animation to restart.",
              "fieldName": "playbackRate"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Animate elements declaratively with nearly 100 baked-in presets, or roll your own with custom keyframes. Powered by the [Web Animations API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API).",
          "documentation": "https://shoelace.style/components/animation",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-animation",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlAnimation",
            "module": "components/animation/animation.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-animation",
          "declaration": {
            "name": "SlAnimation",
            "module": "components/animation/animation.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/animation/animations.js",
      "declarations": [
        {
          "kind": "function",
          "name": "getAnimationNames",
          "description": "Gets a list of all supported animation names."
        },
        {
          "kind": "function",
          "name": "getEasingNames",
          "description": "Gets a list of all supported easing function names."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "animations",
          "declaration": {
            "name": "animations",
            "module": "components/animation/animations.js"
          }
        },
        {
          "kind": "js",
          "name": "getAnimationNames",
          "declaration": {
            "name": "getAnimationNames",
            "module": "components/animation/animations.js"
          }
        },
        {
          "kind": "js",
          "name": "getEasingNames",
          "declaration": {
            "name": "getEasingNames",
            "module": "components/animation/animations.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/avatar/avatar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlAvatar",
          "cssProperties": [
            {
              "description": "The size of the avatar.",
              "name": "--size"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the avatar's icon.",
              "name": "icon"
            },
            {
              "description": "The container that wraps the avatar's initials.",
              "name": "initials"
            },
            {
              "description": "The avatar image. Only shown when the `image` attribute is set.",
              "name": "image"
            }
          ],
          "slots": [
            {
              "description": "The default icon to use when no image or initials are present. Works best with `<sl-icon>`.",
              "name": "icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasError",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "image",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The image source to use for the avatar.",
              "attribute": "image"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label to use to describe the avatar to assistive devices.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "initials",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Initials to use as a fallback when no image is available (1-2 characters max recommended).",
              "attribute": "initials"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "'eager' | 'lazy'"
              },
              "default": "'eager'",
              "description": "Indicates how the browser should load the image.",
              "attribute": "loading"
            },
            {
              "kind": "field",
              "name": "shape",
              "type": {
                "text": "'circle' | 'square' | 'rounded'"
              },
              "default": "'circle'",
              "description": "The shape of the avatar.",
              "attribute": "shape",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleImageChange"
            }
          ],
          "attributes": [
            {
              "name": "image",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The image source to use for the avatar.",
              "fieldName": "image"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label to use to describe the avatar to assistive devices.",
              "fieldName": "label"
            },
            {
              "name": "initials",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Initials to use as a fallback when no image is available (1-2 characters max recommended).",
              "fieldName": "initials"
            },
            {
              "name": "loading",
              "type": {
                "text": "'eager' | 'lazy'"
              },
              "default": "'eager'",
              "description": "Indicates how the browser should load the image.",
              "fieldName": "loading"
            },
            {
              "name": "shape",
              "type": {
                "text": "'circle' | 'square' | 'rounded'"
              },
              "default": "'circle'",
              "description": "The shape of the avatar.",
              "fieldName": "shape"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Avatars are used to represent a person or object.",
          "documentation": "https://shoelace.style/components/avatar",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-avatar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlAvatar",
            "module": "components/avatar/avatar.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-avatar",
          "declaration": {
            "name": "SlAvatar",
            "module": "components/avatar/avatar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/back-to-top/back-to-top.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlBackToTop",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "wrapper"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "targetElement",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "wrapper",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "string"
              },
              "default": "\"html\"",
              "description": "selector for scroll target",
              "attribute": "target"
            },
            {
              "kind": "method",
              "name": "scrollToTop"
            },
            {
              "kind": "method",
              "name": "scolling",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "initSlot"
            }
          ],
          "attributes": [
            {
              "name": "target",
              "type": {
                "text": "string"
              },
              "default": "\"html\"",
              "description": "selector for scroll target",
              "fieldName": "target"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-back-to-top",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlBackToTop",
            "module": "components/back-to-top/back-to-top.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-back-to-top",
          "declaration": {
            "name": "SlBackToTop",
            "module": "components/back-to-top/back-to-top.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/badge/badge.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlBadge",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The badge's content.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'info' | 'secondary'"
              },
              "default": "'primary'",
              "description": "The badge's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style badge with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pulse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the badge pulsate to draw attention.",
              "attribute": "pulse",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'info' | 'secondary'"
              },
              "default": "'primary'",
              "description": "The badge's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style badge with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "pulse",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the badge pulsate to draw attention.",
              "fieldName": "pulse"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Badges are used to draw attention and display statuses or counts.",
          "documentation": "https://shoelace.style/components/badge",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-badge",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlBadge",
            "module": "components/badge/badge.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-badge",
          "declaration": {
            "name": "SlBadge",
            "module": "components/badge/badge.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlBone",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's internal wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "bone",
              "type": {
                "text": "Object"
              }
            },
            {
              "kind": "field",
              "name": "boneInstance",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "initBoneValue",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "internboneValue",
              "type": {
                "text": "Record<string, BoneValue>"
              }
            },
            {
              "kind": "field",
              "name": "relationalCache",
              "type": {
                "text": "Record<string, object>"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "textboneCache",
              "type": {
                "text": "Record<string, object>"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "jsonboneCache",
              "type": {
                "text": "Record<string, object>"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "previousBoneValues",
              "type": {
                "text": "Record<string, BoneValue[]>"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "initFired",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "any"
              },
              "description": "If we have a boneStructure we can set it",
              "attribute": "boneStructure",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "any"
              },
              "description": "set boneValue",
              "attribute": "boneValue",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "boneName",
              "type": {
                "text": "string"
              },
              "description": "set the boneName",
              "attribute": "boneName",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "renderType",
              "type": {
                "text": "string"
              },
              "default": "\"view\"",
              "description": "set renderType",
              "attribute": "renderType",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "renderLabel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "set renderLabel",
              "attribute": "renderLabel",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "rendersaveButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true we render the Save Button in the edit view rendersaveButton",
              "attribute": "rendersaveButton",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "errors",
              "type": {
                "text": "BoneError[]"
              },
              "description": "set boneError",
              "attribute": "errors"
            },
            {
              "kind": "field",
              "name": "inTable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true the Bone will be rendered in the table format"
            },
            {
              "kind": "field",
              "name": "inVi",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true the relational bone fire an event for the VI"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Can be set to true if the bone should be readonly",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "changeAllways",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true the change handler call on with type init and edit on start if a value is given",
              "attribute": "changeAllways",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "apiUrl",
              "description": "The url for uploading files and update bone values if we are in a table",
              "attribute": "apiUrl",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "If we have no `boneStructure` we can set the name for a html form",
              "attribute": "type",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "null"
              },
              "default": "null",
              "description": "If we have no `boneStructure` we can set the type to render the right bone ('file' renders a fileBone)",
              "attribute": "name",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "fromjson",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "attribute": "fromjson",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "getBoneValue",
              "type": {
                "text": "any"
              },
              "description": "Gets boneValue"
            },
            {
              "kind": "method",
              "name": "getBoneValueforFormData",
              "return": {
                "type": {
                  "text": "any"
                }
              },
              "parameters": [
                {
                  "name": "boneInstance",
                  "type": {
                    "text": "SlBone"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toFormValue"
            },
            {
              "kind": "method",
              "name": "toFormData"
            },
            {
              "kind": "method",
              "name": "getRenderer"
            },
            {
              "kind": "method",
              "name": "changeAllwaysUpdate"
            },
            {
              "kind": "method",
              "name": "optionUpdate"
            },
            {
              "kind": "method",
              "name": "convertboneStructure",
              "parameters": [
                {
                  "name": "boneStructure",
                  "type": {
                    "text": "BoneStructure"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleChange",
              "parameters": [
                {
                  "name": "type",
                  "default": "\"edit\""
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInit",
              "parameters": [
                {
                  "name": "options"
                }
              ]
            },
            {
              "kind": "method",
              "name": "openVISelect",
              "parameters": [
                {
                  "name": "boneName"
                }
              ]
            },
            {
              "kind": "method",
              "name": "addRelation",
              "parameters": [
                {
                  "name": "skel",
                  "type": {
                    "text": "Array<SkelValues> | SkelValues"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleError"
            },
            {
              "kind": "method",
              "name": "loadDefaultBoneStructure"
            },
            {
              "kind": "method",
              "name": "checkValidity"
            }
          ],
          "events": [
            {
              "description": "Emitted when the bonevalues is change.",
              "name": "sl-bone-change",
              "reactName": "onSlBoneChange"
            },
            {
              "description": "Emitted when the bonevalues is set or change the first time.",
              "name": "sl-bone-init",
              "reactName": "onSlBoneInit"
            },
            {
              "description": "If `inVi` is `true` we fire this event on relation selection.",
              "name": "sl-bone-relational-select",
              "reactName": "onSlBoneRelationalSelect"
            }
          ],
          "attributes": [
            {
              "name": "boneStructure",
              "type": {
                "text": "any"
              },
              "description": "If we have a boneStructure we can set it",
              "fieldName": "boneStructure"
            },
            {
              "name": "boneValue",
              "type": {
                "text": "any"
              },
              "description": "set boneValue",
              "fieldName": "boneValue"
            },
            {
              "name": "boneName",
              "type": {
                "text": "string"
              },
              "description": "set the boneName",
              "fieldName": "boneName"
            },
            {
              "name": "renderType",
              "type": {
                "text": "string"
              },
              "default": "\"view\"",
              "description": "set renderType",
              "fieldName": "renderType"
            },
            {
              "name": "renderLabel",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "set renderLabel",
              "fieldName": "renderLabel"
            },
            {
              "name": "rendersaveButton",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true we render the Save Button in the edit view rendersaveButton",
              "fieldName": "rendersaveButton"
            },
            {
              "name": "errors",
              "type": {
                "text": "BoneError[]"
              },
              "description": "set boneError",
              "fieldName": "errors"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Can be set to true if the bone should be readonly",
              "fieldName": "disabled"
            },
            {
              "name": "changeAllways",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true the change handler call on with type init and edit on start if a value is given",
              "fieldName": "changeAllways"
            },
            {
              "name": "apiUrl",
              "description": "The url for uploading files and update bone values if we are in a table",
              "fieldName": "apiUrl"
            },
            {
              "name": "type",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "description": "If we have no `boneStructure` we can set the name for a html form",
              "fieldName": "type"
            },
            {
              "name": "name",
              "type": {
                "text": "null"
              },
              "default": "null",
              "description": "If we have no `boneStructure` we can set the type to render the right bone ('file' renders a fileBone)",
              "fieldName": "name"
            },
            {
              "name": "fromjson",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "fieldName": "fromjson"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "dependencies": [
            "sl-example"
          ],
          "tagName": "sl-bone",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlBone",
            "module": "components/bone/bone.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-bone",
          "declaration": {
            "name": "SlBone",
            "module": "components/bone/bone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/boneEditRenderer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BoneEditRenderer",
          "members": [
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "any | any[]"
              },
              "default": "boneValue"
            },
            {
              "kind": "field",
              "name": "boneName",
              "type": {
                "text": "string"
              },
              "default": "boneName"
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance"
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure"
            },
            {
              "kind": "field",
              "name": "boneInstance",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "method",
              "name": "getEditor"
            },
            {
              "kind": "method",
              "name": "getBone",
              "return": {
                "type": {
                  "text": "object"
                }
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BoneEditRenderer",
          "declaration": {
            "name": "BoneEditRenderer",
            "module": "components/bone/boneEditRenderer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/boneViewRenderer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BoneViewRenderer",
          "members": [
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "{\n    descr: string;\n    type: string;\n    required: boolean;\n    params: object;\n    visible: boolean;\n    readonly: boolean;\n    unique: boolean;\n    languages: string[];\n    emptyvalue: any;\n    multiple: boolean;\n    //Optional Fields\n\n    //relational\n    module: string;\n    format: string;\n    using: [];\n    relskel: object;\n\n    //select\n    values: [];\n\n    //date\n    date: boolean;\n    time: boolean;\n\n    //numeric\n    precision: number;\n    minAmount: number;\n    maxAmount: number;\n\n    //text\n    valid_html: string[];\n\n    //file\n    valid_mime_types: string[];\n\n    //spatial\n\n  }"
              },
              "default": "boneStructure"
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "any"
              },
              "default": "boneValue"
            },
            {
              "kind": "field",
              "name": "boneName",
              "type": {
                "text": "string"
              },
              "default": "boneName"
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "any"
              },
              "default": "mainInstance"
            },
            {
              "kind": "field",
              "name": "boneInstance",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "method",
              "name": "boneFormatter"
            },
            {
              "kind": "method",
              "name": "getBone",
              "return": {
                "type": {
                  "text": "object"
                }
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BoneViewRenderer",
          "declaration": {
            "name": "BoneViewRenderer",
            "module": "components/bone/boneViewRenderer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/interfaces.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/utils.js",
      "declarations": [
        {
          "kind": "function",
          "name": "formatstring",
          "return": {
            "type": {
              "text": "BoneValue"
            }
          },
          "parameters": [
            {
              "name": "data",
              "type": {
                "text": "BoneValue"
              }
            },
            {
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              }
            },
            {
              "name": "lang",
              "default": "null",
              "type": {
                "text": "string | null"
              }
            },
            {
              "name": "ignoreLang",
              "default": "false"
            }
          ]
        },
        {
          "kind": "function",
          "name": "createPath",
          "parameters": [
            {
              "name": "obj",
              "type": {
                "text": "object"
              }
            },
            {
              "name": "path",
              "type": {
                "text": "string | string[]"
              }
            },
            {
              "name": "value",
              "default": "null",
              "type": {
                "text": "any | null"
              }
            },
            {
              "name": "mustdelete",
              "default": "false"
            },
            {
              "name": "mustsplice",
              "default": "false"
            }
          ]
        },
        {
          "kind": "function",
          "name": "getPath",
          "return": {
            "type": {
              "text": "BoneValue | undefined"
            }
          },
          "parameters": [
            {
              "name": "obj",
              "type": {
                "text": "object"
              }
            },
            {
              "name": "path",
              "type": {
                "text": "string | string[]"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "escapeString",
          "return": {
            "type": {
              "text": "string | string[]"
            }
          },
          "parameters": [
            {
              "name": "value",
              "type": {
                "text": "BoneValue"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getSkey",
          "parameters": [
            {
              "name": "apiUrl",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "translate",
          "parameters": [
            {
              "name": "args"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "formatstring",
          "declaration": {
            "name": "formatstring",
            "module": "components/bone/utils.js"
          }
        },
        {
          "kind": "js",
          "name": "createPath",
          "declaration": {
            "name": "createPath",
            "module": "components/bone/utils.js"
          }
        },
        {
          "kind": "js",
          "name": "getPath",
          "declaration": {
            "name": "getPath",
            "module": "components/bone/utils.js"
          }
        },
        {
          "kind": "js",
          "name": "escapeString",
          "declaration": {
            "name": "escapeString",
            "module": "components/bone/utils.js"
          }
        },
        {
          "kind": "js",
          "name": "getSkey",
          "declaration": {
            "name": "getSkey",
            "module": "components/bone/utils.js"
          }
        },
        {
          "kind": "js",
          "name": "translate",
          "declaration": {
            "name": "translate",
            "module": "components/bone/utils.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/breadcrumb/breadcrumb.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlBreadcrumb",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "One or more breadcrumb items to display.",
              "name": ""
            },
            {
              "description": "The separator to use between breadcrumb items. Works best with `<sl-icon>`.",
              "name": "separator"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "separatorDir",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "separatorSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label to use for the breadcrumb control. This will not be shown on the screen, but it will be announced by\nscreen readers and other assistive devices to provide more context for users.",
              "attribute": "label"
            },
            {
              "kind": "method",
              "name": "getSeparator",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label to use for the breadcrumb control. This will not be shown on the screen, but it will be announced by\nscreen readers and other assistive devices to provide more context for users.",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Breadcrumbs provide a group of links so users can easily navigate a website's hierarchy.",
          "documentation": "https://shoelace.style/components/breadcrumb",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-breadcrumb",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlBreadcrumb",
            "module": "components/breadcrumb/breadcrumb.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-breadcrumb",
          "declaration": {
            "name": "SlBreadcrumb",
            "module": "components/breadcrumb/breadcrumb.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/breadcrumb-item/breadcrumb-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlBreadcrumbItem",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The breadcrumb item's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            },
            {
              "description": "The container that wraps the separator.",
              "name": "separator"
            }
          ],
          "slots": [
            {
              "description": "The breadcrumb item's label.",
              "name": ""
            },
            {
              "description": "An optional prefix, usually an icon or icon button.",
              "name": "prefix"
            },
            {
              "description": "An optional suffix, usually an icon or icon button.",
              "name": "suffix"
            },
            {
              "description": "The separator to use for the breadcrumb item. This will only change the separator for this item. If you want to change it for all items in the group, set the separator on `<sl-breadcrumb>` instead.",
              "name": "separator"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'prefix', 'suffix')"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "description": "Optional URL to direct the user to when the breadcrumb item is activated. When set, a link will be rendered\ninternally. When unset, a button will be rendered instead.",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is set.",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "description": "The `rel` attribute to use on the link. Only used when `href` is set.",
              "attribute": "rel"
            }
          ],
          "attributes": [
            {
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "description": "Optional URL to direct the user to when the breadcrumb item is activated. When set, a link will be rendered\ninternally. When unset, a button will be rendered instead.",
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is set.",
              "fieldName": "target"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "description": "The `rel` attribute to use on the link. Only used when `href` is set.",
              "fieldName": "rel"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Breadcrumb Items are used inside [breadcrumbs](/components/breadcrumb) to represent different links.",
          "documentation": "https://shoelace.style/components/breadcrumb-item",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-breadcrumb-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlBreadcrumbItem",
            "module": "components/breadcrumb-item/breadcrumb-item.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-breadcrumb-item",
          "declaration": {
            "name": "SlBreadcrumbItem",
            "module": "components/breadcrumb-item/breadcrumb-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/button/button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlButton",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The button's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            },
            {
              "description": "The button's caret icon, an `<sl-icon>` element.",
              "name": "caret"
            }
          ],
          "slots": [
            {
              "description": "The button's label.",
              "name": ""
            },
            {
              "description": "A presentational prefix icon or similar element.",
              "name": "prefix"
            },
            {
              "description": "A presentational suffix icon or similar element.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    form: input => {\n      // Buttons support a form attribute that points to an arbitrary form, so if this attribute is set we need to query\n      // the form from the same root using its id\n      if (input.hasAttribute('form')) {\n        const doc = input.getRootNode() as Document | ShadowRoot;\n        const formId = input.getAttribute('form')!;\n        return doc.getElementById(formId) as HTMLFormElement;\n      }\n\n      // Fall back to the closest containing form\n      return input.closest('form');\n    },\n    assumeInteractionOn: ['click']\n  })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, '[default]', 'prefix', 'suffix')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "HTMLButtonElement | HTMLLinkElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "invalid",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'default' | 'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text' | 'info' | 'secondary'"
              },
              "default": "'default'",
              "description": "The button's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The button's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "caret",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the button with a caret. Used to indicate that the button triggers a dropdown menu or similar behavior.",
              "attribute": "caret",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the button.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the button in a loading state.",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "outline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws an outlined button.",
              "attribute": "outline",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style button with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "circle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a circular icon button. When this attribute is present, the button expects a single `<sl-icon>` in the\ndefault slot.",
              "attribute": "circle",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'button' | 'submit' | 'reset'"
              },
              "default": "'button'",
              "description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top'"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is present.",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "description": "When using `href`, this attribute will map to the underlying link's `rel` attribute. Unlike regular links, the\ndefault is `noreferrer noopener` to prevent security exploits. However, if you're using `target` to point to a\nspecific tab/window, this will prevent that from working correctly. You can remove or change the default value by\nsetting the attribute to an empty string or a value of your choice, respectively.",
              "attribute": "rel"
            },
            {
              "kind": "field",
              "name": "download",
              "type": {
                "text": "string | undefined"
              },
              "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
              "attribute": "download"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
              "attribute": "form"
            },
            {
              "kind": "field",
              "name": "formAction",
              "type": {
                "text": "string"
              },
              "description": "Used to override the form owner's `action` attribute.",
              "attribute": "formaction"
            },
            {
              "kind": "field",
              "name": "formEnctype",
              "type": {
                "text": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
              },
              "description": "Used to override the form owner's `enctype` attribute.",
              "attribute": "formenctype"
            },
            {
              "kind": "field",
              "name": "formMethod",
              "type": {
                "text": "'post' | 'get'"
              },
              "description": "Used to override the form owner's `method` attribute.",
              "attribute": "formmethod"
            },
            {
              "kind": "field",
              "name": "formNoValidate",
              "type": {
                "text": "boolean"
              },
              "description": "Used to override the form owner's `novalidate` attribute.",
              "attribute": "formnovalidate"
            },
            {
              "kind": "field",
              "name": "formTarget",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "description": "Used to override the form owner's `target` attribute.",
              "attribute": "formtarget"
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleHostClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "isButton",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isLink",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the button."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the button."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the button."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the button loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the button gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "variant",
              "type": {
                "text": "'default' | 'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text' | 'info' | 'secondary'"
              },
              "default": "'default'",
              "description": "The button's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The button's size.",
              "fieldName": "size"
            },
            {
              "name": "caret",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the button with a caret. Used to indicate that the button triggers a dropdown menu or similar behavior.",
              "fieldName": "caret"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the button.",
              "fieldName": "disabled"
            },
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the button in a loading state.",
              "fieldName": "loading"
            },
            {
              "name": "outline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws an outlined button.",
              "fieldName": "outline"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style button with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "circle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a circular icon button. When this attribute is present, the button expects a single `<sl-icon>` in the\ndefault slot.",
              "fieldName": "circle"
            },
            {
              "name": "type",
              "type": {
                "text": "'button' | 'submit' | 'reset'"
              },
              "default": "'button'",
              "description": "The type of button. Note that the default value is `button` instead of `submit`, which is opposite of how native\n`<button>` elements behave. When the type is `submit`, the button will submit the surrounding form.",
              "fieldName": "type"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the button, submitted as a name/value pair with form data, but only when this button is the submitter.\nThis attribute is ignored when `href` is present.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The value of the button, submitted as a pair with the button's name as part of the form data, but only when this\nbutton is the submitter. This attribute is ignored when `href` is present.",
              "fieldName": "value"
            },
            {
              "name": "href",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top'"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is present.",
              "fieldName": "target"
            },
            {
              "name": "rel",
              "type": {
                "text": "string"
              },
              "default": "'noreferrer noopener'",
              "description": "When using `href`, this attribute will map to the underlying link's `rel` attribute. Unlike regular links, the\ndefault is `noreferrer noopener` to prevent security exploits. However, if you're using `target` to point to a\nspecific tab/window, this will prevent that from working correctly. You can remove or change the default value by\nsetting the attribute to an empty string or a value of your choice, respectively.",
              "fieldName": "rel"
            },
            {
              "name": "download",
              "type": {
                "text": "string | undefined"
              },
              "description": "Tells the browser to download the linked file as this filename. Only used when `href` is present.",
              "fieldName": "download"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "description": "The \"form owner\" to associate the button with. If omitted, the closest containing form will be used instead. The\nvalue of this attribute must be an id of a form in the same document or shadow root as the button.",
              "fieldName": "form"
            },
            {
              "name": "formaction",
              "type": {
                "text": "string"
              },
              "description": "Used to override the form owner's `action` attribute.",
              "fieldName": "formAction"
            },
            {
              "name": "formenctype",
              "type": {
                "text": "'application/x-www-form-urlencoded' | 'multipart/form-data' | 'text/plain'"
              },
              "description": "Used to override the form owner's `enctype` attribute.",
              "fieldName": "formEnctype"
            },
            {
              "name": "formmethod",
              "type": {
                "text": "'post' | 'get'"
              },
              "description": "Used to override the form owner's `method` attribute.",
              "fieldName": "formMethod"
            },
            {
              "name": "formnovalidate",
              "type": {
                "text": "boolean"
              },
              "description": "Used to override the form owner's `novalidate` attribute.",
              "fieldName": "formNoValidate"
            },
            {
              "name": "formtarget",
              "type": {
                "text": "'_self' | '_blank' | '_parent' | '_top' | string"
              },
              "description": "Used to override the form owner's `target` attribute.",
              "fieldName": "formTarget"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Buttons represent actions that are available to the user.",
          "documentation": "https://shoelace.style/components/button",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "dependencies": [
            "sl-icon",
            "sl-spinner"
          ],
          "tagName": "sl-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlButton",
            "module": "components/button/button.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-button",
          "declaration": {
            "name": "SlButton",
            "module": "components/button/button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/button-group/button-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlButtonGroup",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "One or more `<sl-button>` elements to display in the button group.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "disableRole",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label to use for the button group. This won't be displayed on the screen, but it will be announced by assistive\ndevices when interacting with the control and is strongly recommended.",
              "attribute": "label"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseOver",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseOut",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label to use for the button group. This won't be displayed on the screen, but it will be announced by assistive\ndevices when interacting with the control and is strongly recommended.",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Button groups can be used to group related buttons into sections.",
          "documentation": "https://shoelace.style/components/button-group",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-button-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlButtonGroup",
            "module": "components/button-group/button-group.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-button-group",
          "declaration": {
            "name": "SlButtonGroup",
            "module": "components/button-group/button-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/card/card.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlCard",
          "cssProperties": [
            {
              "description": "The card's border color, including borders that occur inside the card.",
              "name": "--border-color"
            },
            {
              "description": "The border radius for the card's edges.",
              "name": "--border-radius"
            },
            {
              "description": "The width of the card's borders.",
              "name": "--border-width"
            },
            {
              "description": "The padding to use for the card's sections.",
              "name": "--padding"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the card's image.",
              "name": "image"
            },
            {
              "description": "The container that wraps the card's header.",
              "name": "header"
            },
            {
              "description": "The container that wraps the card's main content.",
              "name": "body"
            },
            {
              "description": "The container that wraps the card's footer.",
              "name": "footer"
            }
          ],
          "slots": [
            {
              "description": "The card's main content.",
              "name": ""
            },
            {
              "description": "An optional header for the card.",
              "name": "header"
            },
            {
              "description": "An optional footer for the card.",
              "name": "footer"
            },
            {
              "description": "An optional image to render at the start of the card.",
              "name": "image"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "selectable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows selecting the card via click or programmatically.",
              "attribute": "selectable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a selected state.",
              "attribute": "selected",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "vertical card",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'footer', 'header', 'image')"
            },
            {
              "kind": "method",
              "name": "handleClick"
            }
          ],
          "events": [
            {
              "description": "Emitted when the control's checked state changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            }
          ],
          "attributes": [
            {
              "name": "selectable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows selecting the card via click or programmatically.",
              "fieldName": "selectable"
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a selected state.",
              "fieldName": "selected"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "vertical card",
              "fieldName": "horizontal"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Cards can be used to group related subjects in a container.",
          "documentation": "https://shoelace.style/components/card",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-card",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlCard",
            "module": "components/card/card.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-card",
          "declaration": {
            "name": "SlCard",
            "module": "components/card/card.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/carousel/autoplay-controller.js",
      "declarations": [
        {
          "kind": "class",
          "description": "A controller that repeatedly calls the specified callback with the provided interval time.\nThe timer is automatically paused while the user is interacting with the component.",
          "name": "AutoplayController",
          "members": [
            {
              "kind": "field",
              "name": "host",
              "type": {
                "text": "ReactiveElement"
              },
              "privacy": "private",
              "default": "host"
            },
            {
              "kind": "field",
              "name": "timerId",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "tickCallback",
              "type": {
                "text": "() => void"
              },
              "privacy": "private",
              "default": "tickCallback"
            },
            {
              "kind": "field",
              "name": "activeInteractions",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "paused",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "stopped",
              "type": {
                "text": "boolean"
              },
              "default": "true"
            },
            {
              "kind": "method",
              "name": "hostConnected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "hostDisconnected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "start",
              "parameters": [
                {
                  "name": "interval",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "stop"
            },
            {
              "kind": "field",
              "name": "pause"
            },
            {
              "kind": "field",
              "name": "resume"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "AutoplayController",
          "declaration": {
            "name": "AutoplayController",
            "module": "components/carousel/autoplay-controller.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/carousel/carousel.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlCarousel",
          "cssProperties": [
            {
              "description": "The space between each slide.",
              "name": "--slide-gap"
            },
            {
              "description": "The aspect ratio of each slide.",
              "name": "--aspect-ratio"
            },
            {
              "description": "The amount of padding to apply to the scroll area, allowing adjacent slides to become partially visible as a scroll hint.",
              "name": "--scroll-hint"
            }
          ],
          "cssParts": [
            {
              "description": "The carousel's internal wrapper.",
              "name": "base"
            },
            {
              "description": "The scroll container that wraps the slides.",
              "name": "scroll-container"
            },
            {
              "description": "The pagination indicators wrapper.",
              "name": "pagination"
            },
            {
              "description": "The pagination indicator.",
              "name": "pagination-item"
            },
            {
              "description": "Applied when the item is active.",
              "name": "pagination-item--active"
            },
            {
              "description": "The navigation wrapper.",
              "name": "navigation"
            },
            {
              "description": "The navigation button.",
              "name": "navigation-button"
            },
            {
              "description": "Applied to the previous button.",
              "name": "navigation-button--previous"
            },
            {
              "description": "Applied to the next button.",
              "name": "navigation-button--next"
            }
          ],
          "slots": [
            {
              "description": "The carousel's main content, one or more `<sl-carousel-item>` elements.",
              "name": ""
            },
            {
              "description": "Optional next icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "next-icon"
            },
            {
              "description": "Optional previous icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "previous-icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "loop",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, allows the user to navigate the carousel in the same direction indefinitely.",
              "attribute": "loop",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "navigation",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, show the carousel's navigation.",
              "attribute": "navigation",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pagination",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, show the carousel's pagination indicators.",
              "attribute": "pagination",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "autoplay",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, the slides will scroll automatically when the user is not interacting with them.",
              "attribute": "autoplay",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "autoplayInterval",
              "type": {
                "text": "number"
              },
              "default": "3000",
              "description": "Specifies the amount of time, in milliseconds, between each automatic scroll.",
              "attribute": "autoplay-interval"
            },
            {
              "kind": "field",
              "name": "slidesPerPage",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Specifies how many slides should be shown at a given time.",
              "attribute": "slides-per-page"
            },
            {
              "kind": "field",
              "name": "slidesPerMove",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Specifies the number of slides the carousel will advance when scrolling, useful when specifying a `slides-per-page`\ngreater than one.",
              "attribute": "slides-per-move"
            },
            {
              "kind": "field",
              "name": "orientation",
              "type": {
                "text": "'horizontal' | 'vertical'"
              },
              "default": "'horizontal'",
              "description": "Specifies the orientation in which the carousel will lay out.",
              "attribute": "orientation"
            },
            {
              "kind": "field",
              "name": "mouseDragging",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, it is possible to scroll through the slides by dragging them with the mouse.",
              "attribute": "mouse-dragging",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "scrollContainer",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "paginationContainer",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "activeSlide",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "autoplayController",
              "privacy": "private",
              "default": "new AutoplayController(this, () => this.next())"
            },
            {
              "kind": "field",
              "name": "scrollController",
              "privacy": "private",
              "default": "new ScrollController(this)"
            },
            {
              "kind": "field",
              "name": "slides",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "intersectionObserver",
              "type": {
                "text": "IntersectionObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "intersectionObserverEntries",
              "privacy": "private",
              "default": "new Map<Element, IntersectionObserverEntry>()"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "mutationObserver",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getPageCount",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getCurrentPage",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getShadowSlideCount",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getSlides",
              "privacy": "private",
              "parameters": [
                {
                  "name": "{ excludeClones = true }",
                  "default": "{}",
                  "type": {
                    "text": "{ excludeClones?: boolean }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleScrollEnd",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "mutations",
                  "type": {
                    "text": "MutationRecord[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "initializeSlides"
            },
            {
              "kind": "method",
              "name": "handelSlideChange"
            },
            {
              "kind": "method",
              "name": "handleSlidesPerMoveChange"
            },
            {
              "kind": "method",
              "name": "handleAutoplayChange"
            },
            {
              "kind": "method",
              "name": "handleMouseDraggingChange"
            },
            {
              "kind": "method",
              "name": "previous",
              "parameters": [
                {
                  "name": "behavior",
                  "default": "'smooth'",
                  "type": {
                    "text": "ScrollBehavior"
                  },
                  "description": "The behavior used for scrolling."
                }
              ],
              "description": "Move the carousel backward by `slides-per-move` slides."
            },
            {
              "kind": "method",
              "name": "next",
              "parameters": [
                {
                  "name": "behavior",
                  "default": "'smooth'",
                  "type": {
                    "text": "ScrollBehavior"
                  },
                  "description": "The behavior used for scrolling."
                }
              ],
              "description": "Move the carousel forward by `slides-per-move` slides."
            },
            {
              "kind": "method",
              "name": "goToSlide",
              "parameters": [
                {
                  "name": "index",
                  "type": {
                    "text": "number"
                  },
                  "description": "The slide index."
                },
                {
                  "name": "behavior",
                  "default": "'smooth'",
                  "type": {
                    "text": "ScrollBehavior"
                  },
                  "description": "The behavior used for scrolling."
                }
              ],
              "description": "Scrolls the carousel to the slide specified by `index`."
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ index: number, slide: SlCarouselItem }"
              },
              "description": "Emitted when the active slide changes.",
              "name": "sl-slide-change",
              "reactName": "onSlSlideChange"
            }
          ],
          "attributes": [
            {
              "name": "loop",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, allows the user to navigate the carousel in the same direction indefinitely.",
              "fieldName": "loop"
            },
            {
              "name": "navigation",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, show the carousel's navigation.",
              "fieldName": "navigation"
            },
            {
              "name": "pagination",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, show the carousel's pagination indicators.",
              "fieldName": "pagination"
            },
            {
              "name": "autoplay",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, the slides will scroll automatically when the user is not interacting with them.",
              "fieldName": "autoplay"
            },
            {
              "name": "autoplay-interval",
              "type": {
                "text": "number"
              },
              "default": "3000",
              "description": "Specifies the amount of time, in milliseconds, between each automatic scroll.",
              "fieldName": "autoplayInterval"
            },
            {
              "name": "slides-per-page",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Specifies how many slides should be shown at a given time.",
              "fieldName": "slidesPerPage"
            },
            {
              "name": "slides-per-move",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Specifies the number of slides the carousel will advance when scrolling, useful when specifying a `slides-per-page`\ngreater than one.",
              "fieldName": "slidesPerMove"
            },
            {
              "name": "orientation",
              "type": {
                "text": "'horizontal' | 'vertical'"
              },
              "default": "'horizontal'",
              "description": "Specifies the orientation in which the carousel will lay out.",
              "fieldName": "orientation"
            },
            {
              "name": "mouse-dragging",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, it is possible to scroll through the slides by dragging them with the mouse.",
              "fieldName": "mouseDragging"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Carousels display an arbitrary number of content slides along a horizontal or vertical axis.",
          "since": "2.2",
          "status": "experimental",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-carousel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlCarousel",
            "module": "components/carousel/carousel.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-carousel",
          "declaration": {
            "name": "SlCarousel",
            "module": "components/carousel/carousel.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/carousel/scroll-controller.js",
      "declarations": [
        {
          "kind": "class",
          "description": "A controller for handling scrolling and mouse dragging.",
          "name": "ScrollController",
          "members": [
            {
              "kind": "field",
              "name": "host",
              "type": {
                "text": "T"
              },
              "privacy": "private",
              "default": "host"
            },
            {
              "kind": "field",
              "name": "pointers",
              "privacy": "private",
              "default": "new Set()"
            },
            {
              "kind": "field",
              "name": "dragging",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "scrolling",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "mouseDragging",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "method",
              "name": "hostConnected"
            },
            {
              "kind": "method",
              "name": "hostDisconnected",
              "return": {
                "type": {
                  "text": "void"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleScroll"
            },
            {
              "kind": "method",
              "name": "handleScrollEnd"
            },
            {
              "kind": "method",
              "name": "handlePointerDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePointerMove",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePointerUp",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTouchEnd",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTouchStart",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDragStart"
            },
            {
              "kind": "method",
              "name": "handleDrag",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDragEnd"
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ScrollController",
          "declaration": {
            "name": "ScrollController",
            "module": "components/carousel/scroll-controller.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/carousel-item/carousel-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlCarouselItem",
          "cssProperties": [
            {
              "description": "The slide's aspect ratio. Inherited from the carousel by default.",
              "name": "--aspect-ratio"
            }
          ],
          "slots": [
            {
              "description": "The carousel item's content..",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "method",
              "name": "isCarouselItem",
              "static": true,
              "parameters": [
                {
                  "name": "node",
                  "type": {
                    "text": "Node"
                  }
                }
              ]
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "A carousel item represent a slide within a [carousel](/components/carousel).",
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-carousel-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlCarouselItem",
            "module": "components/carousel-item/carousel-item.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-carousel-item",
          "declaration": {
            "name": "SlCarouselItem",
            "module": "components/carousel-item/carousel-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/checkbox/checkbox.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlCheckbox",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The square container that wraps the checkbox's checked state.",
              "name": "control"
            },
            {
              "description": "Matches the control part when the checkbox is checked.",
              "name": "control--checked"
            },
            {
              "description": "Matches the control part when the checkbox is indeterminate.",
              "name": "control--indeterminate"
            },
            {
              "description": "The checked icon, an `<sl-icon>` element.",
              "name": "checked-icon"
            },
            {
              "description": "The indeterminate icon, an `<sl-icon>` element.",
              "name": "indeterminate-icon"
            },
            {
              "description": "The container that wraps the checkbox's label.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "The checkbox's label.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    value: (control: SlCheckbox) => (control.checked ? control.value || 'on' : undefined),\n    defaultValue: (control: SlCheckbox) => control.defaultChecked,\n    setValue: (control: SlCheckbox, checked: boolean) => (control.checked = checked)\n  })"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the checkbox.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
              "attribute": "indeterminate",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultChecked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the checkbox a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleStateChange"
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the checkbox."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the checkbox."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the checkbox."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. The value provided will be shown to the user when the form is submitted. To clear\nthe custom validation message, call this method with an empty string."
            }
          ],
          "events": [
            {
              "description": "Emitted when the checkbox loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the checked state changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the checkbox gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the checkbox receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the checkbox, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the checkbox, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The checkbox's size.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the checkbox.",
              "fieldName": "disabled"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the checkbox in an indeterminate state. This is usually applied to checkboxes that represents a \"select\nall/none\" behavior when associated checkboxes have a mix of checked and unchecked states.",
              "fieldName": "indeterminate"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the checkbox a required field.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Checkboxes allow the user to toggle an option on or off.",
          "documentation": "https://shoelace.style/components/checkbox",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-checkbox",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlCheckbox",
            "module": "components/checkbox/checkbox.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-checkbox",
          "declaration": {
            "name": "SlCheckbox",
            "module": "components/checkbox/checkbox.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/color-picker/color-picker.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlColorPicker",
          "cssProperties": [
            {
              "description": "The width of the color grid.",
              "name": "--grid-width"
            },
            {
              "description": "The height of the color grid.",
              "name": "--grid-height"
            },
            {
              "description": "The size of the color grid's handle.",
              "name": "--grid-handle-size"
            },
            {
              "description": "The height of the hue and alpha sliders.",
              "name": "--slider-height"
            },
            {
              "description": "The diameter of the slider's handle.",
              "name": "--slider-handle-size"
            },
            {
              "description": "The size of each predefined color swatch.",
              "name": "--swatch-size"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The color picker's dropdown trigger.",
              "name": "trigger"
            },
            {
              "description": "The container that holds the swatches.",
              "name": "swatches"
            },
            {
              "description": "Each individual swatch.",
              "name": "swatch"
            },
            {
              "description": "The color grid.",
              "name": "grid"
            },
            {
              "description": "The color grid's handle.",
              "name": "grid-handle"
            },
            {
              "description": "Hue and opacity sliders.",
              "name": "slider"
            },
            {
              "description": "Hue and opacity slider handles.",
              "name": "slider-handle"
            },
            {
              "description": "The hue slider.",
              "name": "hue-slider"
            },
            {
              "description": "The hue slider's handle.",
              "name": "hue-slider-handle"
            },
            {
              "description": "The opacity slider.",
              "name": "opacity-slider"
            },
            {
              "description": "The opacity slider's handle.",
              "name": "opacity-slider-handle"
            },
            {
              "description": "The preview color.",
              "name": "preview"
            },
            {
              "description": "The text input.",
              "name": "input"
            },
            {
              "description": "The eye dropper button.",
              "name": "eye-dropper-button"
            },
            {
              "description": "The eye dropper button's exported `button` part.",
              "name": "eye-dropper-button__base"
            },
            {
              "description": "The eye dropper button's exported `prefix` part.",
              "name": "eye-dropper-button__prefix"
            },
            {
              "description": "The eye dropper button's exported `label` part.",
              "name": "eye-dropper-button__label"
            },
            {
              "description": "The eye dropper button's exported `suffix` part.",
              "name": "eye-dropper-button__suffix"
            },
            {
              "description": "The eye dropper button's exported `caret` part.",
              "name": "eye-dropper-button__caret"
            },
            {
              "description": "The format button.",
              "name": "format-button"
            },
            {
              "description": "The format button's exported `button` part.",
              "name": "format-button__base"
            },
            {
              "description": "The format button's exported `prefix` part.",
              "name": "format-button__prefix"
            },
            {
              "description": "The format button's exported `label` part.",
              "name": "format-button__label"
            },
            {
              "description": "The format button's exported `suffix` part.",
              "name": "format-button__suffix"
            },
            {
              "description": "The format button's exported `caret` part.",
              "name": "format-button__caret"
            }
          ],
          "slots": [
            {
              "description": "The color picker's form label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "isSafeValue",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "base",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "SlInput"
              }
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "SlDropdown"
              }
            },
            {
              "kind": "field",
              "name": "previewButton",
              "type": {
                "text": "HTMLButtonElement"
              }
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "HTMLButtonElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "isDraggingGridHandle",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "isEmpty",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "inputValue",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "hue",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "saturation",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "100"
            },
            {
              "kind": "field",
              "name": "brightness",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "100"
            },
            {
              "kind": "field",
              "name": "alpha",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "100"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the color picker. The value's format will vary based the `format` attribute. To get the value\nin a specific format, use the `getFormattedValue()` method. The value is submitted as a name/value pair with form\ndata.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The color picker's label. This will not be displayed, but it will be announced by assistive devices. If you need to\ndisplay HTML, you can use the `label` slot` instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "format",
              "type": {
                "text": "'hex' | 'rgb' | 'hsl' | 'hsv'"
              },
              "default": "'hex'",
              "description": "The format to use. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA respectively. The color\npicker will accept user input in any format (including CSS color names) and convert it to the desired format.",
              "attribute": "format"
            },
            {
              "kind": "field",
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Renders the color picker inline rather than in a dropdown.",
              "attribute": "inline",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "Determines the size of the color picker's trigger. This has no effect on inline color pickers.",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "noFormatToggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the button that lets users toggle between format.",
              "attribute": "no-format-toggle"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the form control, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the color picker.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "attribute": "hoist"
            },
            {
              "kind": "field",
              "name": "opacity",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Shows the opacity slider. Enabling this will cause the formatted value to be HEXA, RGBA, or HSLA.",
              "attribute": "opacity"
            },
            {
              "kind": "field",
              "name": "uppercase",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, values are lowercase. With this attribute, values will be uppercase instead.",
              "attribute": "uppercase"
            },
            {
              "kind": "field",
              "name": "swatches",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "One or more predefined color swatches to display as presets in the color picker. Can include any format the color\npicker can parse, including HEX(A), RGB(A), HSL(A), HSV(A), and CSS color names. Each color must be separated by a\nsemicolon (`;`). Alternatively, you can pass an array of color values to this property using JavaScript.",
              "attribute": "swatches"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the color picker a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleCopy",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocusIn",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocusOut",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFormatToggle",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleAlphaDrag",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleHueDrag",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleGridDrag",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleAlphaKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleHueKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleGridKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputChange",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "SlChangeEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputInput",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "SlInputEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTouchMove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "parseColor",
              "privacy": "private",
              "parameters": [
                {
                  "name": "colorString",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setColor",
              "privacy": "private",
              "parameters": [
                {
                  "name": "colorString",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setLetterCase",
              "privacy": "private",
              "parameters": [
                {
                  "name": "string",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "syncValues",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleAfterHide",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleEyeDropper",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "selectSwatch",
              "privacy": "private",
              "parameters": [
                {
                  "name": "color",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getHexString",
              "privacy": "private",
              "parameters": [
                {
                  "name": "hue",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "saturation",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "brightness",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "alpha",
                  "default": "100"
                }
              ],
              "description": "Generates a hex string from HSV values. Hue must be 0-360. All other arguments must be 0-100."
            },
            {
              "kind": "method",
              "name": "stopNestedEventPropagation",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFormatChange"
            },
            {
              "kind": "method",
              "name": "handleOpacityChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange",
              "parameters": [
                {
                  "name": "oldValue",
                  "type": {
                    "text": "string | undefined"
                  }
                },
                {
                  "name": "newValue",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the color picker."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the color picker."
            },
            {
              "kind": "method",
              "name": "getFormattedValue",
              "parameters": [
                {
                  "name": "format",
                  "default": "'hex'",
                  "type": {
                    "text": "'hex' | 'hexa' | 'rgb' | 'rgba' | 'hsl' | 'hsla' | 'hsv' | 'hsva'"
                  }
                }
              ],
              "description": "Returns the current value as a string in the specified format."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the color picker loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the color picker's value changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the color picker receives focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the color picker receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the color picker. The value's format will vary based the `format` attribute. To get the value\nin a specific format, use the `getFormattedValue()` method. The value is submitted as a name/value pair with form\ndata.",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The color picker's label. This will not be displayed, but it will be announced by assistive devices. If you need to\ndisplay HTML, you can use the `label` slot` instead.",
              "fieldName": "label"
            },
            {
              "name": "format",
              "type": {
                "text": "'hex' | 'rgb' | 'hsl' | 'hsv'"
              },
              "default": "'hex'",
              "description": "The format to use. If opacity is enabled, these will translate to HEXA, RGBA, HSLA, and HSVA respectively. The color\npicker will accept user input in any format (including CSS color names) and convert it to the desired format.",
              "fieldName": "format"
            },
            {
              "name": "inline",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Renders the color picker inline rather than in a dropdown.",
              "fieldName": "inline"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "Determines the size of the color picker's trigger. This has no effect on inline color pickers.",
              "fieldName": "size"
            },
            {
              "name": "no-format-toggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the button that lets users toggle between format.",
              "fieldName": "noFormatToggle"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the form control, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the color picker.",
              "fieldName": "disabled"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "fieldName": "hoist"
            },
            {
              "name": "opacity",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Shows the opacity slider. Enabling this will cause the formatted value to be HEXA, RGBA, or HSLA.",
              "fieldName": "opacity"
            },
            {
              "name": "uppercase",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, values are lowercase. With this attribute, values will be uppercase instead.",
              "fieldName": "uppercase"
            },
            {
              "name": "swatches",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "One or more predefined color swatches to display as presets in the color picker. Can include any format the color\npicker can parse, including HEX(A), RGB(A), HSL(A), HSV(A), and CSS color names. Each color must be separated by a\nsemicolon (`;`). Alternatively, you can pass an array of color values to this property using JavaScript.",
              "fieldName": "swatches"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the color picker a required field.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Color pickers allow the user to select a color.",
          "documentation": "https://shoelace.style/components/color-picker",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-button",
            "sl-button-group",
            "sl-dropdown",
            "sl-input",
            "sl-visually-hidden"
          ],
          "tagName": "sl-color-picker",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlColorPicker",
            "module": "components/color-picker/color-picker.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-color-picker",
          "declaration": {
            "name": "SlColorPicker",
            "module": "components/color-picker/color-picker.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/combobox/combobox.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlCombobox",
          "cssParts": [
            {
              "description": "The component's base wrapper, a sl-dropdown.",
              "name": "base"
            },
            {
              "description": "The sl-input component.",
              "name": "input"
            },
            {
              "description": "The sl-menu component.",
              "name": "menu"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "comboboxId",
              "privacy": "private",
              "default": "comboboxIds++"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "dropdown",
              "type": {
                "text": "SlDropdown"
              }
            },
            {
              "kind": "field",
              "name": "menu",
              "type": {
                "text": "SlMenu"
              }
            },
            {
              "kind": "field",
              "name": "activeItemIndex",
              "type": {
                "text": "number"
              },
              "default": "-1"
            },
            {
              "kind": "field",
              "name": "suggestions",
              "type": {
                "text": "Array<{ text: string; value: string }>"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The combobox's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style combobox with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The combobox's label.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "description": "The combobox's name attribute.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The combobox's help text.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is populated.",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto|scroll`.",
              "attribute": "hoist"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "description": "The input's placeholder text.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "The input's autofocus attribute.",
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the combobox component.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "emptyMessage",
              "type": {
                "text": "string"
              },
              "default": "'no data found'",
              "description": "Message displayed when no result found.",
              "attribute": "empty-message"
            },
            {
              "kind": "field",
              "name": "source",
              "type": {
                "text": "SuggestionSource | undefined"
              },
              "description": "The source property is a function executed on user input. The search result is displayed in the suggestions list.",
              "attribute": "source"
            },
            {
              "kind": "method",
              "name": "clear"
            },
            {
              "kind": "method",
              "name": "ignoreInputClick",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleInputKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "handleInputFocus"
            },
            {
              "kind": "method",
              "name": "onItemSelected",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "SlMenuItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlInput",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "resizeMenu"
            },
            {
              "kind": "method",
              "name": "handleSlChange",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "prepareSuggestions",
              "parameters": [
                {
                  "name": "text",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "highlightSearchTextInSuggestions",
              "parameters": [
                {
                  "name": "items",
                  "type": {
                    "text": "Suggestion[]"
                  }
                },
                {
                  "name": "searchText",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "activeDescendant",
              "return": {
                "type": {
                  "text": "string|null"
                }
              }
            },
            {
              "kind": "method",
              "name": "menuItemId",
              "return": {
                "type": {
                  "text": "string"
                }
              },
              "parameters": [
                {
                  "name": "index",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ item: SlMenuItem }"
              },
              "description": "Emitted when a suggestion is selected.",
              "name": "sl-item-select",
              "reactName": "onSlItemSelect"
            },
            {
              "description": "Emitted when the input's value changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the input receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            }
          ],
          "attributes": [
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The combobox's size.",
              "fieldName": "size"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style combobox with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "description": "The combobox's label.",
              "fieldName": "label"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "description": "The combobox's name attribute.",
              "fieldName": "name"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The combobox's help text.",
              "fieldName": "helpText"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is populated.",
              "fieldName": "clearable"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with `overflow: auto|scroll`.",
              "fieldName": "hoist"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "description": "The input's placeholder text.",
              "fieldName": "placeholder"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "The input's autofocus attribute.",
              "fieldName": "autofocus"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the combobox component.",
              "fieldName": "disabled"
            },
            {
              "name": "empty-message",
              "type": {
                "text": "string"
              },
              "default": "'no data found'",
              "description": "Message displayed when no result found.",
              "fieldName": "emptyMessage"
            },
            {
              "name": "source",
              "type": {
                "text": "SuggestionSource | undefined"
              },
              "description": "The source property is a function executed on user input. The search result is displayed in the suggestions list.",
              "fieldName": "source"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.X",
          "status": "beta",
          "dependencies": [
            "sl-input",
            "sl-dropdown",
            "sl-menu",
            "sl-menu-item"
          ],
          "tagName": "sl-combobox",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlCombobox",
            "module": "components/combobox/combobox.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-combobox",
          "declaration": {
            "name": "SlCombobox",
            "module": "components/combobox/combobox.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/details/details.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDetails",
          "cssParts": [
            {
              "description": "The component's internal wrapper.",
              "name": "base"
            },
            {
              "description": "The summary header.",
              "name": "header"
            },
            {
              "description": "The prefix container.",
              "name": "prefix"
            },
            {
              "description": "The details summary.",
              "name": "summary"
            },
            {
              "description": "The suffix container.",
              "name": "suffix"
            },
            {
              "description": "The expand/collapse summary icon.",
              "name": "summary-icon"
            },
            {
              "description": "The details content.",
              "name": "content"
            }
          ],
          "slots": [
            {
              "description": "The details' main content.",
              "name": ""
            },
            {
              "description": "Used to prepend an icon or similar element to the details' header summary.",
              "name": "prefix"
            },
            {
              "description": "The details' summary. Alternatively, you can use the `summary` attribute.",
              "name": "summary"
            },
            {
              "description": "Used to append an icon or similar element to the details' header summary.",
              "name": "suffix"
            },
            {
              "description": "Optional expand and collapse icon to use instead of the default. Uses rotation, Works best with `<sl-icon>`.",
              "name": "summary-icon"
            },
            {
              "description": "Optional expand icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "expand-icon"
            },
            {
              "description": "Optional collapse icon to use instead of the default. Works best with `<sl-icon>`.",
              "name": "collapse-icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "details",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "header",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "expandIconSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the details is open. You can toggle this attribute to show and hide the details, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the details' open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "prefix",
              "type": {
                "text": "string"
              },
              "description": "The prefix icon to show in the details header.",
              "attribute": "prefix"
            },
            {
              "kind": "field",
              "name": "prefixLibrary",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library for the prefix icon.",
              "attribute": "prefixLibrary",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "summary",
              "type": {
                "text": "string"
              },
              "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
              "attribute": "summary"
            },
            {
              "kind": "field",
              "name": "suffix",
              "type": {
                "text": "string"
              },
              "description": "The suffix icon to show in the details header.",
              "attribute": "suffix"
            },
            {
              "kind": "field",
              "name": "suffixLibrary",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library for the suffix icon.",
              "attribute": "suffixLibrary",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the details so it can't be toggled.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleSummaryClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSummaryKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the details."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the details"
            }
          ],
          "events": [
            {
              "description": "Emitted when the details opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the details opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the details closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the details closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the details is open. You can toggle this attribute to show and hide the details, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the details' open state.",
              "fieldName": "open"
            },
            {
              "name": "prefix",
              "type": {
                "text": "string"
              },
              "description": "The prefix icon to show in the details header.",
              "fieldName": "prefix"
            },
            {
              "name": "prefixLibrary",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library for the prefix icon.",
              "fieldName": "prefixLibrary"
            },
            {
              "name": "summary",
              "type": {
                "text": "string"
              },
              "description": "The summary to show in the header. If you need to display HTML, use the `summary` slot instead.",
              "fieldName": "summary"
            },
            {
              "name": "suffix",
              "type": {
                "text": "string"
              },
              "description": "The suffix icon to show in the details header.",
              "fieldName": "suffix"
            },
            {
              "name": "suffixLibrary",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library for the suffix icon.",
              "fieldName": "suffixLibrary"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the details so it can't be toggled.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Details show a brief summary and expand to show additional content.",
          "documentation": "https://shoelace.style/components/details",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "animations": [
            {
              "name": "details.show",
              "description": "The animation to use when showing details. You can use `height: auto` with this animation."
            },
            {
              "name": "details.hide",
              "description": "The animation to use when hiding details. You can use `height: auto` with this animation."
            }
          ],
          "tagName": "sl-details",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDetails",
            "module": "components/details/details.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-details",
          "declaration": {
            "name": "SlDetails",
            "module": "components/details/details.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/details-group/details-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDetailsGroup",
          "cssProperties": [
            {
              "description": "The gap between the detail boxes.",
              "name": "--details-gap"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "currentSlotNodes",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "method",
              "name": "hasChanged"
            },
            {
              "kind": "method",
              "name": "handleSlotChange"
            },
            {
              "kind": "method",
              "name": "registerDetails"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-details-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDetailsGroup",
            "module": "components/details-group/details-group.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-details-group",
          "declaration": {
            "name": "SlDetailsGroup",
            "module": "components/details-group/details-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/dialog/dialog.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDialog",
          "cssProperties": [
            {
              "description": "The preferred width of the dialog. Note that the dialog will shrink to accommodate smaller screens.",
              "name": "--width"
            },
            {
              "description": "The amount of padding to use for the header.",
              "name": "--header-spacing"
            },
            {
              "description": "The amount of padding to use for the body.",
              "name": "--body-spacing"
            },
            {
              "description": "The amount of padding to use for the footer.",
              "name": "--footer-spacing"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The overlay that covers the screen behind the dialog.",
              "name": "overlay"
            },
            {
              "description": "The dialog's panel (where the dialog and its content are rendered).",
              "name": "panel"
            },
            {
              "description": "The dialog's header. This element wraps the title and header actions.",
              "name": "header"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<sl-icon-button>`.",
              "name": "header-actions"
            },
            {
              "description": "The dialog's title.",
              "name": "title"
            },
            {
              "description": "The close button, an `<sl-icon-button>`.",
              "name": "close-button"
            },
            {
              "description": "The close button's exported `base` part.",
              "name": "close-button__base"
            },
            {
              "description": "The dialog's body.",
              "name": "body"
            },
            {
              "description": "The dialog's footer.",
              "name": "footer"
            }
          ],
          "slots": [
            {
              "description": "The dialog's main content.",
              "name": ""
            },
            {
              "description": "The dialog's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<sl-icon-button>`.",
              "name": "header-actions"
            },
            {
              "description": "The dialog's footer, usually one or more buttons representing various options.",
              "name": "footer"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'footer')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "modal",
              "type": {
                "text": "Modal"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "originalTrigger",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "dialog",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The dialog's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noHeader",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the dialog.",
              "attribute": "no-header",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "requestClose",
              "privacy": "private",
              "parameters": [
                {
                  "name": "source",
                  "type": {
                    "text": "'close-button' | 'keyboard' | 'overlay'"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDocumentKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the dialog."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the dialog"
            }
          ],
          "events": [
            {
              "description": "Emitted when the dialog opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the dialog opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the dialog closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the dialog closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            },
            {
              "description": "Emitted when the dialog opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.",
              "name": "sl-initial-focus",
              "reactName": "onSlInitialFocus"
            },
            {
              "type": {
                "text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
              },
              "description": "Emitted when the user attempts to close the dialog by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the dialog open. Avoid using this unless closing the dialog will result in destructive behavior such as data loss.",
              "name": "sl-request-close",
              "reactName": "onSlRequestClose"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.",
              "fieldName": "open"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The dialog's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "no-header",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the dialog.",
              "fieldName": "noHeader"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Dialogs, sometimes called \"modals\", appear above the page and require the user's immediate attention.",
          "documentation": "https://shoelace.style/components/dialog",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "animations": [
            {
              "name": "dialog.show",
              "description": "The animation to use when showing the dialog."
            },
            {
              "name": "dialog.hide",
              "description": "The animation to use when hiding the dialog."
            },
            {
              "name": "dialog.denyClose",
              "description": "The animation to use when a request to close the dialog is denied."
            },
            {
              "name": "dialog.overlay.show",
              "description": "The animation to use when showing the dialog's overlay."
            },
            {
              "name": "dialog.overlay.hide",
              "description": "The animation to use when hiding the dialog's overlay."
            }
          ],
          "tagName": "sl-dialog",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDialog",
            "module": "components/dialog/dialog.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-dialog",
          "declaration": {
            "name": "SlDialog",
            "module": "components/dialog/dialog.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/divider/divider.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDivider",
          "cssProperties": [
            {
              "description": "The color of the divider.",
              "name": "--color"
            },
            {
              "description": "The width of the divider.",
              "name": "--width"
            },
            {
              "description": "The spacing of the divider.",
              "name": "--spacing"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the divider in a vertical orientation.",
              "attribute": "vertical",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleVerticalChange"
            }
          ],
          "attributes": [
            {
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the divider in a vertical orientation.",
              "fieldName": "vertical"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Dividers are used to visually separate or group elements.",
          "documentation": "https://shoelace.style/components/divider",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-divider",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDivider",
            "module": "components/divider/divider.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-divider",
          "declaration": {
            "name": "SlDivider",
            "module": "components/divider/divider.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/drawer/drawer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDrawer",
          "cssProperties": [
            {
              "description": "The preferred size of the drawer. This will be applied to the drawer's width or height depending on its `placement`. Note that the drawer will shrink to accommodate smaller screens.",
              "name": "--size"
            },
            {
              "description": "The amount of padding to use for the header.",
              "name": "--header-spacing"
            },
            {
              "description": "The amount of padding to use for the body.",
              "name": "--body-spacing"
            },
            {
              "description": "The amount of padding to use for the footer.",
              "name": "--footer-spacing"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The overlay that covers the screen behind the drawer.",
              "name": "overlay"
            },
            {
              "description": "The drawer's panel (where the drawer and its content are rendered).",
              "name": "panel"
            },
            {
              "description": "The drawer's header. This element wraps the title and header actions.",
              "name": "header"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<sl-icon-button>`.",
              "name": "header-actions"
            },
            {
              "description": "The drawer's title.",
              "name": "title"
            },
            {
              "description": "The close button, an `<sl-icon-button>`.",
              "name": "close-button"
            },
            {
              "description": "The close button's exported `base` part.",
              "name": "close-button__base"
            },
            {
              "description": "The drawer's body.",
              "name": "body"
            },
            {
              "description": "The drawer's footer.",
              "name": "footer"
            }
          ],
          "slots": [
            {
              "description": "The drawer's main content.",
              "name": ""
            },
            {
              "description": "The drawer's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Optional actions to add to the header. Works best with `<sl-icon-button>`.",
              "name": "header-actions"
            },
            {
              "description": "The drawer's footer, usually one or more buttons representing various options.",
              "name": "footer"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'footer')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "modal",
              "type": {
                "text": "Modal"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "originalTrigger",
              "type": {
                "text": "HTMLElement | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "drawer",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'end' | 'bottom' | 'start'"
              },
              "default": "'end'",
              "description": "The direction from which the drawer will open.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.",
              "attribute": "contained",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "noHeader",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.",
              "attribute": "no-header",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "requestClose",
              "privacy": "private",
              "parameters": [
                {
                  "name": "source",
                  "type": {
                    "text": "'close-button' | 'keyboard' | 'overlay'"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDocumentKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "handleNoModalChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the drawer."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the drawer"
            }
          ],
          "events": [
            {
              "description": "Emitted when the drawer opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the drawer opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the drawer closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the drawer closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            },
            {
              "description": "Emitted when the drawer opens and is ready to receive focus. Calling `event.preventDefault()` will prevent focusing and allow you to set it on a different element, such as an input.",
              "name": "sl-initial-focus",
              "reactName": "onSlInitialFocus"
            },
            {
              "type": {
                "text": "{ source: 'close-button' | 'keyboard' | 'overlay' }"
              },
              "description": "Emitted when the user attempts to close the drawer by clicking the close button, clicking the overlay, or pressing escape. Calling `event.preventDefault()` will keep the drawer open. Avoid using this unless closing the drawer will result in destructive behavior such as data loss.",
              "name": "sl-request-close",
              "reactName": "onSlRequestClose"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.",
              "fieldName": "open"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The drawer's label as displayed in the header. You should always include a relevant label even when using\n`no-header`, as it is required for proper accessibility. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'end' | 'bottom' | 'start'"
              },
              "default": "'end'",
              "description": "The direction from which the drawer will open.",
              "fieldName": "placement"
            },
            {
              "name": "contained",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the drawer slides out of its containing block (usually the viewport). To make the drawer slide out of\nits parent element, set this attribute and add `position: relative` to the parent.",
              "fieldName": "contained"
            },
            {
              "name": "no-header",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Removes the header. This will also remove the default close button, so please ensure you provide an easy,\naccessible way for users to dismiss the drawer.",
              "fieldName": "noHeader"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Drawers slide in from a container to expose additional options and information.",
          "documentation": "https://shoelace.style/components/drawer",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "animations": [
            {
              "name": "drawer.showTop",
              "description": "The animation to use when showing a drawer with `top` placement."
            },
            {
              "name": "drawer.showEnd",
              "description": "The animation to use when showing a drawer with `end` placement."
            },
            {
              "name": "drawer.showBottom",
              "description": "The animation to use when showing a drawer with `bottom` placement."
            },
            {
              "name": "drawer.showStart",
              "description": "The animation to use when showing a drawer with `start` placement."
            },
            {
              "name": "drawer.hideTop",
              "description": "The animation to use when hiding a drawer with `top` placement."
            },
            {
              "name": "drawer.hideEnd",
              "description": "The animation to use when hiding a drawer with `end` placement."
            },
            {
              "name": "drawer.hideBottom",
              "description": "The animation to use when hiding a drawer with `bottom` placement."
            },
            {
              "name": "drawer.hideStart",
              "description": "The animation to use when hiding a drawer with `start` placement."
            },
            {
              "name": "drawer.denyClose",
              "description": "The animation to use when a request to close the drawer is denied."
            },
            {
              "name": "drawer.overlay.show",
              "description": "The animation to use when showing the drawer's overlay."
            },
            {
              "name": "drawer.overlay.hide",
              "description": "The animation to use when hiding the drawer's overlay."
            }
          ],
          "tagName": "sl-drawer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDrawer",
            "module": "components/drawer/drawer.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-drawer",
          "declaration": {
            "name": "SlDrawer",
            "module": "components/drawer/drawer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/dropdown/dropdown.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlDropdown",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the trigger.",
              "name": "trigger"
            },
            {
              "description": "The panel that gets shown when the dropdown is open.",
              "name": "panel"
            }
          ],
          "slots": [
            {
              "description": "The dropdown's main content.",
              "name": ""
            },
            {
              "description": "The dropdown's trigger, usually a `<sl-button>` element.",
              "name": "trigger"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "SlPopup"
              }
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'bottom-start'",
              "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the dropdown so the panel will not open.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "stayOpenOnSelect",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
              "attribute": "stay-open-on-select",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "containingElement",
              "type": {
                "text": "HTMLElement | undefined"
              },
              "description": "The dropdown will close when the user interacts outside of this element (e.g. clicking). Useful for composing other\ncomponents that use a dropdown internally."
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its trigger.",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its trigger.",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "attribute": "hoist"
            },
            {
              "kind": "method",
              "name": "focusOnTrigger"
            },
            {
              "kind": "method",
              "name": "getMenu"
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDocumentKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDocumentMouseDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePanelSelect",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "SlSelectEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerClick"
            },
            {
              "kind": "method",
              "name": "handleTriggerKeyDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerKeyUp",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTriggerSlotChange"
            },
            {
              "kind": "method",
              "name": "updateAccessibleTrigger"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the dropdown panel."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the dropdown panel"
            },
            {
              "kind": "method",
              "name": "reposition",
              "description": "Instructs the dropdown menu to reposition. Useful when the position or size of the trigger changes when the menu\nis activated."
            },
            {
              "kind": "method",
              "name": "addOpenListeners"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the dropdown opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the dropdown opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the dropdown closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the dropdown closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            }
          ],
          "attributes": [
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the dropdown is open. You can toggle this attribute to show and hide the dropdown, or you\ncan use the `show()` and `hide()` methods and this attribute will reflect the dropdown's open state.",
              "fieldName": "open"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'bottom-start'",
              "description": "The preferred placement of the dropdown panel. Note that the actual placement may vary as needed to keep the panel\ninside of the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the dropdown so the panel will not open.",
              "fieldName": "disabled"
            },
            {
              "name": "stay-open-on-select",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "By default, the dropdown is closed when an item is selected. This attribute will keep it open instead. Useful for\ndropdowns that allow for multiple interactions.",
              "fieldName": "stayOpenOnSelect"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its trigger.",
              "fieldName": "distance"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its trigger.",
              "fieldName": "skidding"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the panel from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "fieldName": "hoist"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Dropdowns expose additional content that \"drops down\" in a panel.",
          "documentation": "https://shoelace.style/components/dropdown",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-popup"
          ],
          "animations": [
            {
              "name": "dropdown.show",
              "description": "The animation to use when showing the dropdown."
            },
            {
              "name": "dropdown.hide",
              "description": "The animation to use when hiding the dropdown."
            }
          ],
          "tagName": "sl-dropdown",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlDropdown",
            "module": "components/dropdown/dropdown.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-dropdown",
          "declaration": {
            "name": "SlDropdown",
            "module": "components/dropdown/dropdown.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/format-bytes/format-bytes.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlFormatBytes",
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number to format in bytes.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "unit",
              "type": {
                "text": "'byte' | 'bit'"
              },
              "default": "'byte'",
              "description": "The type of unit to display.",
              "attribute": "unit"
            },
            {
              "kind": "field",
              "name": "display",
              "type": {
                "text": "'long' | 'short' | 'narrow'"
              },
              "default": "'short'",
              "description": "Determines how to display the result, e.g. \"100 bytes\", \"100 b\", or \"100b\".",
              "attribute": "display"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number to format in bytes.",
              "fieldName": "value"
            },
            {
              "name": "unit",
              "type": {
                "text": "'byte' | 'bit'"
              },
              "default": "'byte'",
              "description": "The type of unit to display.",
              "fieldName": "unit"
            },
            {
              "name": "display",
              "type": {
                "text": "'long' | 'short' | 'narrow'"
              },
              "default": "'short'",
              "description": "Determines how to display the result, e.g. \"100 bytes\", \"100 b\", or \"100b\".",
              "fieldName": "display"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Formats a number as a human readable bytes value.",
          "documentation": "https://shoelace.style/components/format-bytes",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-format-bytes",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlFormatBytes",
            "module": "components/format-bytes/format-bytes.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-format-bytes",
          "declaration": {
            "name": "SlFormatBytes",
            "module": "components/format-bytes/format-bytes.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/format-date/format-date.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlFormatDate",
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "Date | string"
              },
              "default": "new Date()",
              "description": "The date/time to format. If not set, the current date and time will be used. When passing a string, it's strongly\nrecommended to use the ISO 8601 format to ensure timezones are handled correctly. To convert a date to this format\nin JavaScript, use [`date.toISOString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).",
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "weekday",
              "type": {
                "text": "'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the weekday.",
              "attribute": "weekday"
            },
            {
              "kind": "field",
              "name": "era",
              "type": {
                "text": "'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the era.",
              "attribute": "era"
            },
            {
              "kind": "field",
              "name": "year",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the year.",
              "attribute": "year"
            },
            {
              "kind": "field",
              "name": "month",
              "type": {
                "text": "'numeric' | '2-digit' | 'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the month.",
              "attribute": "month"
            },
            {
              "kind": "field",
              "name": "day",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the day.",
              "attribute": "day"
            },
            {
              "kind": "field",
              "name": "hour",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the hour.",
              "attribute": "hour"
            },
            {
              "kind": "field",
              "name": "minute",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the minute.",
              "attribute": "minute"
            },
            {
              "kind": "field",
              "name": "second",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the second.",
              "attribute": "second"
            },
            {
              "kind": "field",
              "name": "timeZoneName",
              "type": {
                "text": "'short' | 'long'"
              },
              "description": "The format for displaying the time.",
              "attribute": "time-zone-name"
            },
            {
              "kind": "field",
              "name": "timeZone",
              "type": {
                "text": "string"
              },
              "description": "The time zone to express the time in.",
              "attribute": "time-zone"
            },
            {
              "kind": "field",
              "name": "hourFormat",
              "type": {
                "text": "'auto' | '12' | '24'"
              },
              "default": "'auto'",
              "description": "The format for displaying the hour.",
              "attribute": "hour-format"
            }
          ],
          "attributes": [
            {
              "name": "date",
              "type": {
                "text": "Date | string"
              },
              "default": "new Date()",
              "description": "The date/time to format. If not set, the current date and time will be used. When passing a string, it's strongly\nrecommended to use the ISO 8601 format to ensure timezones are handled correctly. To convert a date to this format\nin JavaScript, use [`date.toISOString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).",
              "fieldName": "date"
            },
            {
              "name": "weekday",
              "type": {
                "text": "'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the weekday.",
              "fieldName": "weekday"
            },
            {
              "name": "era",
              "type": {
                "text": "'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the era.",
              "fieldName": "era"
            },
            {
              "name": "year",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the year.",
              "fieldName": "year"
            },
            {
              "name": "month",
              "type": {
                "text": "'numeric' | '2-digit' | 'narrow' | 'short' | 'long'"
              },
              "description": "The format for displaying the month.",
              "fieldName": "month"
            },
            {
              "name": "day",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the day.",
              "fieldName": "day"
            },
            {
              "name": "hour",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the hour.",
              "fieldName": "hour"
            },
            {
              "name": "minute",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the minute.",
              "fieldName": "minute"
            },
            {
              "name": "second",
              "type": {
                "text": "'numeric' | '2-digit'"
              },
              "description": "The format for displaying the second.",
              "fieldName": "second"
            },
            {
              "name": "time-zone-name",
              "type": {
                "text": "'short' | 'long'"
              },
              "description": "The format for displaying the time.",
              "fieldName": "timeZoneName"
            },
            {
              "name": "time-zone",
              "type": {
                "text": "string"
              },
              "description": "The time zone to express the time in.",
              "fieldName": "timeZone"
            },
            {
              "name": "hour-format",
              "type": {
                "text": "'auto' | '12' | '24'"
              },
              "default": "'auto'",
              "description": "The format for displaying the hour.",
              "fieldName": "hourFormat"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Formats a date/time using the specified locale and options.",
          "documentation": "https://shoelace.style/components/format-date",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-format-date",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlFormatDate",
            "module": "components/format-date/format-date.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-format-date",
          "declaration": {
            "name": "SlFormatDate",
            "module": "components/format-date/format-date.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/format-number/format-number.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlFormatNumber",
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number to format.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'currency' | 'decimal' | 'percent'"
              },
              "default": "'decimal'",
              "description": "The formatting style to use.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "noGrouping",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Turns off grouping separators.",
              "attribute": "no-grouping"
            },
            {
              "kind": "field",
              "name": "currency",
              "type": {
                "text": "string"
              },
              "default": "'USD'",
              "description": "The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code to use when formatting.",
              "attribute": "currency"
            },
            {
              "kind": "field",
              "name": "currencyDisplay",
              "type": {
                "text": "'symbol' | 'narrowSymbol' | 'code' | 'name'"
              },
              "default": "'symbol'",
              "description": "How to display the currency.",
              "attribute": "currency-display"
            },
            {
              "kind": "field",
              "name": "minimumIntegerDigits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of integer digits to use. Possible values are 1-21.",
              "attribute": "minimum-integer-digits"
            },
            {
              "kind": "field",
              "name": "minimumFractionDigits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of fraction digits to use. Possible values are 0-20.",
              "attribute": "minimum-fraction-digits"
            },
            {
              "kind": "field",
              "name": "maximumFractionDigits",
              "type": {
                "text": "number"
              },
              "description": "The maximum number of fraction digits to use. Possible values are 0-0.",
              "attribute": "maximum-fraction-digits"
            },
            {
              "kind": "field",
              "name": "minimumSignificantDigits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of significant digits to use. Possible values are 1-21.",
              "attribute": "minimum-significant-digits"
            },
            {
              "kind": "field",
              "name": "maximumSignificantDigits",
              "type": {
                "text": "number"
              },
              "description": "The maximum number of significant digits to use,. Possible values are 1-21.",
              "attribute": "maximum-significant-digits"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The number to format.",
              "fieldName": "value"
            },
            {
              "name": "type",
              "type": {
                "text": "'currency' | 'decimal' | 'percent'"
              },
              "default": "'decimal'",
              "description": "The formatting style to use.",
              "fieldName": "type"
            },
            {
              "name": "no-grouping",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Turns off grouping separators.",
              "fieldName": "noGrouping"
            },
            {
              "name": "currency",
              "type": {
                "text": "string"
              },
              "default": "'USD'",
              "description": "The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) currency code to use when formatting.",
              "fieldName": "currency"
            },
            {
              "name": "currency-display",
              "type": {
                "text": "'symbol' | 'narrowSymbol' | 'code' | 'name'"
              },
              "default": "'symbol'",
              "description": "How to display the currency.",
              "fieldName": "currencyDisplay"
            },
            {
              "name": "minimum-integer-digits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of integer digits to use. Possible values are 1-21.",
              "fieldName": "minimumIntegerDigits"
            },
            {
              "name": "minimum-fraction-digits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of fraction digits to use. Possible values are 0-20.",
              "fieldName": "minimumFractionDigits"
            },
            {
              "name": "maximum-fraction-digits",
              "type": {
                "text": "number"
              },
              "description": "The maximum number of fraction digits to use. Possible values are 0-0.",
              "fieldName": "maximumFractionDigits"
            },
            {
              "name": "minimum-significant-digits",
              "type": {
                "text": "number"
              },
              "description": "The minimum number of significant digits to use. Possible values are 1-21.",
              "fieldName": "minimumSignificantDigits"
            },
            {
              "name": "maximum-significant-digits",
              "type": {
                "text": "number"
              },
              "description": "The maximum number of significant digits to use,. Possible values are 1-21.",
              "fieldName": "maximumSignificantDigits"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Formats a number using the specified locale and options.",
          "documentation": "https://shoelace.style/components/format-number",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-format-number",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlFormatNumber",
            "module": "components/format-number/format-number.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-format-number",
          "declaration": {
            "name": "SlFormatNumber",
            "module": "components/format-number/format-number.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/icon.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlIcon",
          "cssParts": [
            {
              "description": "The internal SVG element.",
              "name": "svg"
            }
          ],
          "members": [
            {
              "kind": "method",
              "name": "resolveIcon",
              "privacy": "private",
              "static": true,
              "return": {
                "type": {
                  "text": "Promise<SVGResult>"
                }
              },
              "parameters": [
                {
                  "name": "url",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Given a URL, this function returns the resulting SVG element or an appropriate error symbol."
            },
            {
              "kind": "field",
              "name": "svg",
              "type": {
                "text": "SVGElement | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of the icon to draw. Available names depend on the icon library being used.",
              "attribute": "name",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks.",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "library",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library.",
              "attribute": "library",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "vueonce",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enforce v-once for vueJs",
              "attribute": "v-once",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "sprite",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "allows to use a sprite map instead of copying the svg as inline code",
              "attribute": "sprite",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "getUrl",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getDir",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "redraw"
            },
            {
              "kind": "method",
              "name": "handleLabelChange"
            },
            {
              "kind": "method",
              "name": "setIcon"
            },
            {
              "kind": "method",
              "name": "handleChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the icon has loaded.",
              "name": "sl-load",
              "reactName": "onSlLoad"
            },
            {
              "description": "Emitted when the icon fails to load due to an error.",
              "name": "sl-error",
              "reactName": "onSlError"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of the icon to draw. Available names depend on the icon library being used.",
              "fieldName": "name"
            },
            {
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks.",
              "fieldName": "src"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "An alternate description to use for assistive devices. If omitted, the icon will be considered presentational and\nignored by assistive devices.",
              "fieldName": "label"
            },
            {
              "name": "library",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "The name of a registered custom icon library.",
              "fieldName": "library"
            },
            {
              "name": "v-once",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enforce v-once for vueJs",
              "fieldName": "vueonce"
            },
            {
              "name": "sprite",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "allows to use a sprite map instead of copying the svg as inline code",
              "fieldName": "sprite"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Icons are symbols that can be used to represent various options within an application.",
          "documentation": "https://shoelace.style/components/icon",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "tagName": "sl-icon",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlIcon",
            "module": "components/icon/icon.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-icon",
          "declaration": {
            "name": "SlIcon",
            "module": "components/icon/icon.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/library.bootstrap.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "library",
          "type": {
            "text": "IconLibrary"
          },
          "default": "{\n  name: 'bootstrap',\n  resolver: name => getBasePath(`assets/bootstrap-icons/${name}.svg`)\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "library",
            "module": "components/icon/library.bootstrap.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/library.default.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "library",
          "type": {
            "text": "IconLibrary"
          },
          "default": "{\n  name: 'default',\n  resolver: name => getBasePath(`/assets/icons/${name}.svg`),\n  mutator: svg => {\n    svg.setAttribute('fill', 'currentColor');\n    //svg.setAttribute('stroke', 'currentColor');\n    [...svg.querySelectorAll('*')].map(el => el.setAttribute('fill', 'inherit'));\n  }\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "library",
            "module": "components/icon/library.default.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/library.system.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "systemLibrary",
          "type": {
            "text": "IconLibrary"
          },
          "default": "{\n  name: 'system',\n  resolver: (name: keyof typeof icons) => {\n    if (name in icons) {\n      return `data:image/svg+xml,${encodeURIComponent(icons[name])}`;\n    }\n    return '';\n  }\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "systemLibrary",
            "module": "components/icon/library.system.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon/library.js",
      "declarations": [
        {
          "kind": "function",
          "name": "watchIcon",
          "parameters": [
            {
              "name": "icon",
              "type": {
                "text": "SlIcon"
              }
            }
          ],
          "description": "Adds an icon to the list of watched icons."
        },
        {
          "kind": "function",
          "name": "unwatchIcon",
          "parameters": [
            {
              "name": "icon",
              "type": {
                "text": "SlIcon"
              }
            }
          ],
          "description": "Removes an icon from the list of watched icons."
        },
        {
          "kind": "function",
          "name": "getIconLibrary",
          "parameters": [
            {
              "name": "name",
              "optional": true,
              "type": {
                "text": "string"
              }
            }
          ],
          "description": "Returns a library from the registry."
        },
        {
          "kind": "function",
          "name": "registerIconLibrary",
          "parameters": [
            {
              "name": "name",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "options",
              "type": {
                "text": "{ resolver: IconLibraryResolver; mutator?: IconLibraryMutator }"
              }
            }
          ],
          "description": "Adds an icon library to the registry, or overrides an existing one."
        },
        {
          "kind": "function",
          "name": "unregisterIconLibrary",
          "parameters": [
            {
              "name": "name",
              "type": {
                "text": "string"
              }
            }
          ],
          "description": "Removes an icon library from the registry."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "watchIcon",
          "declaration": {
            "name": "watchIcon",
            "module": "components/icon/library.js"
          }
        },
        {
          "kind": "js",
          "name": "unwatchIcon",
          "declaration": {
            "name": "unwatchIcon",
            "module": "components/icon/library.js"
          }
        },
        {
          "kind": "js",
          "name": "getIconLibrary",
          "declaration": {
            "name": "getIconLibrary",
            "module": "components/icon/library.js"
          }
        },
        {
          "kind": "js",
          "name": "registerIconLibrary",
          "declaration": {
            "name": "registerIconLibrary",
            "module": "components/icon/library.js"
          }
        },
        {
          "kind": "js",
          "name": "unregisterIconLibrary",
          "declaration": {
            "name": "unregisterIconLibrary",
            "module": "components/icon/library.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/icon-button/icon-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlIconButton",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "button",
              "type": {
                "text": "HTMLButtonElement | HTMLLinkElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of the icon to draw. Available names depend on the icon library being used.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "library",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of a registered custom icon library.",
              "attribute": "library"
            },
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks.",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
              "attribute": "href"
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is set.",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "download",
              "type": {
                "text": "string | undefined"
              },
              "description": "Tells the browser to download the linked file as this filename. Only used when `href` is set.",
              "attribute": "download"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A description that gets read by assistive devices. For optimal accessibility, you should always include a label\nthat describes what the icon button does.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the button.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the icon button."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the icon button."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the icon button."
            }
          ],
          "events": [
            {
              "description": "Emitted when the icon button loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the icon button gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of the icon to draw. Available names depend on the icon library being used.",
              "fieldName": "name"
            },
            {
              "name": "library",
              "type": {
                "text": "string | undefined"
              },
              "description": "The name of a registered custom icon library.",
              "fieldName": "library"
            },
            {
              "name": "src",
              "type": {
                "text": "string | undefined"
              },
              "description": "An external URL of an SVG file. Be sure you trust the content you are including, as it will be executed as code and\ncan result in XSS attacks.",
              "fieldName": "src"
            },
            {
              "name": "href",
              "type": {
                "text": "string | undefined"
              },
              "description": "When set, the underlying button will be rendered as an `<a>` with this `href` instead of a `<button>`.",
              "fieldName": "href"
            },
            {
              "name": "target",
              "type": {
                "text": "'_blank' | '_parent' | '_self' | '_top' | undefined"
              },
              "description": "Tells the browser where to open the link. Only used when `href` is set.",
              "fieldName": "target"
            },
            {
              "name": "download",
              "type": {
                "text": "string | undefined"
              },
              "description": "Tells the browser to download the linked file as this filename. Only used when `href` is set.",
              "fieldName": "download"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A description that gets read by assistive devices. For optimal accessibility, you should always include a label\nthat describes what the icon button does.",
              "fieldName": "label"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the button.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Icons buttons are simple, icon-only buttons that can be used for actions and in toolbars.",
          "documentation": "https://shoelace.style/components/icon-button",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-icon-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlIconButton",
            "module": "components/icon-button/icon-button.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-icon-button",
          "declaration": {
            "name": "SlIconButton",
            "module": "components/icon-button/icon-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/image-comparer/image-comparer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlImageComparer",
          "cssProperties": [
            {
              "description": "The width of the dividing line.",
              "name": "--divider-width"
            },
            {
              "description": "The size of the compare handle.",
              "name": "--handle-size"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The container that wraps the before image.",
              "name": "before"
            },
            {
              "description": "The container that wraps the after image.",
              "name": "after"
            },
            {
              "description": "The divider that separates the images.",
              "name": "divider"
            },
            {
              "description": "The handle that the user drags to expose the after image.",
              "name": "handle"
            }
          ],
          "slots": [
            {
              "description": "The before image, an `<img>` or `<svg>` element.",
              "name": "before"
            },
            {
              "description": "The after image, an `<img>` or `<svg>` element.",
              "name": "after"
            },
            {
              "description": "The icon used inside the handle.",
              "name": "handle"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "base",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "handle",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The position of the divider as a percentage.",
              "attribute": "position",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleDrag",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePositionChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the position changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The position of the divider as a percentage.",
              "fieldName": "position"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Compare visual differences between similar photos with a sliding panel.",
          "documentation": "https://shoelace.style/components/image-comparer",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-image-comparer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlImageComparer",
            "module": "components/image-comparer/image-comparer.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-image-comparer",
          "declaration": {
            "name": "SlImageComparer",
            "module": "components/image-comparer/image-comparer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/include/include.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlInclude",
          "members": [
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "mode",
              "type": {
                "text": "'cors' | 'no-cors' | 'same-origin'"
              },
              "default": "'cors'",
              "description": "The fetch mode to use.",
              "attribute": "mode"
            },
            {
              "kind": "field",
              "name": "allowScripts",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
              "attribute": "allow-scripts"
            },
            {
              "kind": "method",
              "name": "executeScript",
              "privacy": "private",
              "parameters": [
                {
                  "name": "script",
                  "type": {
                    "text": "HTMLScriptElement"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSrcChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the included file is loaded.",
              "name": "sl-load",
              "reactName": "onSlLoad"
            },
            {
              "type": {
                "text": "{ status: number }"
              },
              "description": "Emitted when the included file fails to load due to an error.",
              "name": "sl-error",
              "reactName": "onSlError"
            }
          ],
          "attributes": [
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "The location of the HTML file to include. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
              "fieldName": "src"
            },
            {
              "name": "mode",
              "type": {
                "text": "'cors' | 'no-cors' | 'same-origin'"
              },
              "default": "'cors'",
              "description": "The fetch mode to use.",
              "fieldName": "mode"
            },
            {
              "name": "allow-scripts",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows included scripts to be executed. Be sure you trust the content you are including as it will be executed as\ncode and can result in XSS attacks.",
              "fieldName": "allowScripts"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Includes give you the power to embed external HTML files into the page.",
          "documentation": "https://shoelace.style/components/include",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-include",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlInclude",
            "module": "components/include/include.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-include",
          "declaration": {
            "name": "SlInclude",
            "module": "components/include/include.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/include/request.js",
      "declarations": [
        {
          "kind": "function",
          "name": "requestInclude",
          "return": {
            "type": {
              "text": "Promise<IncludeFile>"
            }
          },
          "parameters": [
            {
              "name": "src",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "mode",
              "default": "'cors'",
              "type": {
                "text": "'cors' | 'no-cors' | 'same-origin'"
              }
            }
          ],
          "description": "Fetches an include file from a remote source. Caching is enabled so the origin is only pinged once."
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "requestInclude",
          "declaration": {
            "name": "requestInclude",
            "module": "components/include/request.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/input/input.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlInput",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<input>` control.",
              "name": "input"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The clear button.",
              "name": "clear-button"
            },
            {
              "description": "The password toggle button.",
              "name": "password-toggle-button"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The input's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to prepend a presentational icon or similar element to the input.",
              "name": "prefix"
            },
            {
              "description": "Used to append a presentational icon or similar element to the input.",
              "name": "suffix"
            },
            {
              "description": "An icon to use in lieu of the default clear icon.",
              "name": "clear-icon"
            },
            {
              "description": "An icon to use in lieu of the default show password icon.",
              "name": "show-password-icon"
            },
            {
              "description": "An icon to use in lieu of the default hide password icon.",
              "name": "hide-password-icon"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    assumeInteractionOn: ['sl-blur', 'sl-input']\n  })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "| 'date'\n    | 'datetime-local'\n    | 'email'\n    | 'number'\n    | 'password'\n    | 'search'\n    | 'tel'\n    | 'text'\n    | 'time'\n    | 'url'"
              },
              "default": "'text'",
              "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
              "attribute": "type",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The input's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled input.",
              "attribute": "filled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style input with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is not empty.",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input readonly.",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "passwordToggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a button to toggle the password's visibility. Only applies to password types.",
              "attribute": "password-toggle"
            },
            {
              "kind": "field",
              "name": "passwordVisible",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
              "attribute": "password-visible"
            },
            {
              "kind": "field",
              "name": "noSpinButtons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Hides the browser's built-in increment/decrement spin buttons for number inputs.",
              "attribute": "no-spin-buttons"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "description": "A regular expression pattern to validate input against.",
              "attribute": "pattern"
            },
            {
              "kind": "field",
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "attribute": "minlength"
            },
            {
              "kind": "field",
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "attribute": "maxlength"
            },
            {
              "kind": "field",
              "name": "min",
              "type": {
                "text": "number | string"
              },
              "description": "The input's minimum value. Only applies to date and number input types.",
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number | string"
              },
              "description": "The input's maximum value. Only applies to date and number input types.",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
              "attribute": "step"
            },
            {
              "kind": "field",
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "attribute": "autocapitalize"
            },
            {
              "kind": "field",
              "name": "autocorrect",
              "type": {
                "text": "'off' | 'on'"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "attribute": "autocorrect"
            },
            {
              "kind": "field",
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "attribute": "autocomplete"
            },
            {
              "kind": "field",
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "attribute": "enterkeyhint"
            },
            {
              "kind": "field",
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the input.",
              "attribute": "spellcheck"
            },
            {
              "kind": "field",
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "attribute": "inputmode"
            },
            {
              "kind": "field",
              "name": "valueAsDate",
              "description": "Gets or sets the current value as a `Date` object. Returns `null` if the value can't be converted."
            },
            {
              "kind": "field",
              "name": "valueAsNumber",
              "description": "Gets or sets the current value as a number. Returns `NaN` if the value can't be converted."
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClearClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePasswordToggle",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleStepChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the input."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the input."
            },
            {
              "kind": "method",
              "name": "select",
              "description": "Selects all the text in the input."
            },
            {
              "kind": "method",
              "name": "setSelectionRange",
              "parameters": [
                {
                  "name": "selectionStart",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionEnd",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionDirection",
                  "default": "'none'",
                  "type": {
                    "text": "'forward' | 'backward' | 'none'"
                  }
                }
              ],
              "description": "Sets the start and end positions of the text selection (0-based)."
            },
            {
              "kind": "method",
              "name": "setRangeText",
              "parameters": [
                {
                  "name": "replacement",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "start",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "end",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectMode",
                  "optional": true,
                  "type": {
                    "text": "'select' | 'start' | 'end' | 'preserve'"
                  }
                }
              ],
              "description": "Replaces a range of text with a new string."
            },
            {
              "kind": "method",
              "name": "showPicker",
              "description": "Displays the browser picker for an input element (only works if the browser supports it for the input type)."
            },
            {
              "kind": "method",
              "name": "stepUp",
              "description": "Increments the value of a numeric input type by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "stepDown",
              "description": "Decrements the value of a numeric input type by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the clear button is activated.",
              "name": "sl-clear",
              "reactName": "onSlClear"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "type",
              "type": {
                "text": "| 'date'\n    | 'datetime-local'\n    | 'email'\n    | 'number'\n    | 'password'\n    | 'search'\n    | 'tel'\n    | 'text'\n    | 'time'\n    | 'url'"
              },
              "default": "'text'",
              "description": "The type of input. Works the same as a native `<input>` element, but only a subset of types are supported. Defaults\nto `text`.",
              "fieldName": "type"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the input, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the input, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The input's size.",
              "fieldName": "size"
            },
            {
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled input.",
              "fieldName": "filled"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style input with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The input's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the input is not empty.",
              "fieldName": "clearable"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the input.",
              "fieldName": "disabled"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input readonly.",
              "fieldName": "readonly"
            },
            {
              "name": "password-toggle",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a button to toggle the password's visibility. Only applies to password types.",
              "fieldName": "passwordToggle"
            },
            {
              "name": "password-visible",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Determines whether or not the password is currently visible. Only applies to password input types.",
              "fieldName": "passwordVisible"
            },
            {
              "name": "no-spin-buttons",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Hides the browser's built-in increment/decrement spin buttons for number inputs.",
              "fieldName": "noSpinButtons"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the input a required field.",
              "fieldName": "required"
            },
            {
              "name": "pattern",
              "type": {
                "text": "string"
              },
              "description": "A regular expression pattern to validate input against.",
              "fieldName": "pattern"
            },
            {
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "fieldName": "minlength"
            },
            {
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "fieldName": "maxlength"
            },
            {
              "name": "min",
              "type": {
                "text": "number | string"
              },
              "description": "The input's minimum value. Only applies to date and number input types.",
              "fieldName": "min"
            },
            {
              "name": "max",
              "type": {
                "text": "number | string"
              },
              "description": "The input's maximum value. Only applies to date and number input types.",
              "fieldName": "max"
            },
            {
              "name": "step",
              "type": {
                "text": "number | 'any'"
              },
              "description": "Specifies the granularity that the value must adhere to, or the special value `any` which means no stepping is\nimplied, allowing any numeric value. Only applies to date and number input types.",
              "fieldName": "step"
            },
            {
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "fieldName": "autocapitalize"
            },
            {
              "name": "autocorrect",
              "type": {
                "text": "'off' | 'on'"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "fieldName": "autocorrect"
            },
            {
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "fieldName": "autocomplete"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "fieldName": "autofocus"
            },
            {
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "fieldName": "enterkeyhint"
            },
            {
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the input.",
              "fieldName": "spellcheck"
            },
            {
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "fieldName": "inputmode"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Inputs collect data from the user.",
          "documentation": "https://shoelace.style/components/input",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-input",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlInput",
            "module": "components/input/input.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-input",
          "declaration": {
            "name": "SlInput",
            "module": "components/input/input.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/map/map.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlMap",
          "cssParts": [
            {
              "description": "The component's map wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "add Poi in this slot.",
              "name": "example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "mapWrapper",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "mapInstance",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "boundShowPositionInfo",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "apikey",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "mapbox apikey",
              "attribute": "apikey",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showAddress",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Use MapBox api for adresses",
              "attribute": "showAddress",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "latitude",
              "type": {
                "text": "number"
              },
              "default": "51.515",
              "description": "Start latitude",
              "attribute": "latitude",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "longitude",
              "type": {
                "text": "number"
              },
              "default": "7.465",
              "description": "Start longitude",
              "attribute": "longitude",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "addOpenStreetMapLayer"
            },
            {
              "kind": "method",
              "name": "showPositionInfo",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            }
          ],
          "attributes": [
            {
              "name": "apikey",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "mapbox apikey",
              "fieldName": "apikey"
            },
            {
              "name": "showAddress",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Use MapBox api for adresses",
              "fieldName": "showAddress"
            },
            {
              "name": "latitude",
              "type": {
                "text": "number"
              },
              "default": "51.515",
              "description": "Start latitude",
              "fieldName": "latitude"
            },
            {
              "name": "longitude",
              "type": {
                "text": "number"
              },
              "default": "7.465",
              "description": "Start longitude",
              "fieldName": "longitude"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-map",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlMap",
            "module": "components/map/map.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-map",
          "declaration": {
            "name": "SlMap",
            "module": "components/map/map.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/menu/menu.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlMenu",
          "slots": [
            {
              "description": "The menu's content, including menu items, menu labels, and dividers.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "notTabbable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Deactivate setting tabindex on active menu item. For menus where focus should remain on the trigger.",
              "attribute": "not-tabbable",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isMenuItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "HTMLElement"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ item: SlMenuItem }"
              },
              "description": "Emitted when a menu item is selected.",
              "name": "sl-select",
              "reactName": "onSlSelect"
            }
          ],
          "attributes": [
            {
              "name": "not-tabbable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Deactivate setting tabindex on active menu item. For menus where focus should remain on the trigger.",
              "fieldName": "notTabbable"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Menus provide a list of options for the user to choose from.",
          "documentation": "https://shoelace.style/components/menu",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-menu",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlMenu",
            "module": "components/menu/menu.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-menu",
          "declaration": {
            "name": "SlMenu",
            "module": "components/menu/menu.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/menu-item/menu-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlMenuItem",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The checked icon, which is only visible when the menu item is checked.",
              "name": "checked-icon"
            },
            {
              "description": "The prefix container.",
              "name": "prefix"
            },
            {
              "description": "The menu item label.",
              "name": "label"
            },
            {
              "description": "The suffix container.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The menu item's label.",
              "name": ""
            },
            {
              "description": "Used to prepend an icon or similar element to the menu item.",
              "name": "prefix"
            },
            {
              "description": "Used to append an icon or similar element to the menu item.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "cachedTextLabel",
              "type": {
                "text": "string"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "menuItem",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'normal' | 'checkbox'"
              },
              "default": "'normal'",
              "description": "The type of menu item to render. To use `checked`, this value must be set to `checkbox`.",
              "attribute": "type"
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the item in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A unique value to store in the menu item. This can be used as a way to identify menu items when selected.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a disabled state, preventing selection.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in an active state.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleHostClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleCheckedChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleTypeChange"
            },
            {
              "kind": "method",
              "name": "getTextLabel",
              "description": "Returns a text label based on the contents of the menu item's default slot."
            }
          ],
          "attributes": [
            {
              "name": "type",
              "type": {
                "text": "'normal' | 'checkbox'"
              },
              "default": "'normal'",
              "description": "The type of menu item to render. To use `checked`, this value must be set to `checkbox`.",
              "fieldName": "type"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the item in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A unique value to store in the menu item. This can be used as a way to identify menu items when selected.",
              "fieldName": "value"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in a disabled state, preventing selection.",
              "fieldName": "disabled"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the menu item in an active state.",
              "fieldName": "active"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Menu items provide options for the user to pick from in a menu.",
          "documentation": "https://shoelace.style/components/menu-item",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-menu-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlMenuItem",
            "module": "components/menu-item/menu-item.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-menu-item",
          "declaration": {
            "name": "SlMenuItem",
            "module": "components/menu-item/menu-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/menu-label/menu-label.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlMenuLabel",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The menu label's content.",
              "name": ""
            }
          ],
          "members": [],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Menu labels are used to describe a group of menu items.",
          "documentation": "https://shoelace.style/components/menu-label",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-menu-label",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlMenuLabel",
            "module": "components/menu-label/menu-label.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-menu-label",
          "declaration": {
            "name": "SlMenuLabel",
            "module": "components/menu-label/menu-label.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/mutation-observer/mutation-observer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlMutationObserver",
          "slots": [
            {
              "description": "The content to watch for mutations.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "mutationObserver",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "attr",
              "type": {
                "text": "string"
              },
              "description": "Watches for changes to attributes. To watch only specific attributes, separate them by a space, e.g.\n`attr=\"class id title\"`. To watch all attributes, use `*`.",
              "attribute": "attr",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "attrOldValue",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the attribute's previous value should be recorded when monitoring changes.",
              "attribute": "attr-old-value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "charData",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Watches for changes to the character data contained within the node.",
              "attribute": "char-data",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "charDataOldValue",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the previous value of the node's text should be recorded.",
              "attribute": "char-data-old-value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "childList",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Watches for the addition or removal of new child nodes.",
              "attribute": "child-list",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the observer.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleMutation",
              "privacy": "private",
              "parameters": [
                {
                  "name": "mutationList",
                  "type": {
                    "text": "MutationRecord[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "startObserver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "stopObserver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleChange"
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ mutationList: MutationRecord[] }"
              },
              "description": "Emitted when a mutation occurs.",
              "name": "sl-mutation",
              "reactName": "onSlMutation"
            }
          ],
          "attributes": [
            {
              "name": "attr",
              "type": {
                "text": "string"
              },
              "description": "Watches for changes to attributes. To watch only specific attributes, separate them by a space, e.g.\n`attr=\"class id title\"`. To watch all attributes, use `*`.",
              "fieldName": "attr"
            },
            {
              "name": "attr-old-value",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the attribute's previous value should be recorded when monitoring changes.",
              "fieldName": "attrOldValue"
            },
            {
              "name": "char-data",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Watches for changes to the character data contained within the node.",
              "fieldName": "charData"
            },
            {
              "name": "char-data-old-value",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the previous value of the node's text should be recorded.",
              "fieldName": "charDataOldValue"
            },
            {
              "name": "child-list",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Watches for the addition or removal of new child nodes.",
              "fieldName": "childList"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the observer.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "The Mutation Observer component offers a thin, declarative interface to the [`MutationObserver API`](https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver).",
          "documentation": "https://shoelace.style/components/mutation-observer",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-mutation-observer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlMutationObserver",
            "module": "components/mutation-observer/mutation-observer.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-mutation-observer",
          "declaration": {
            "name": "SlMutationObserver",
            "module": "components/mutation-observer/mutation-observer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/option/option.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlOption",
          "cssParts": [
            {
              "description": "The checked icon, an `<sl-icon>` element.",
              "name": "checked-icon"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The option's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The option's label.",
              "name": ""
            },
            {
              "description": "Used to prepend an icon or similar element to the menu item.",
              "name": "prefix"
            },
            {
              "description": "Used to append an icon or similar element to the menu item.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "cachedTextLabel",
              "type": {
                "text": "string"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "current",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasHover",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the option in a disabled state, preventing selection.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseEnter",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseLeave",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleSelectedChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "getTextLabel",
              "description": "Returns a plain text label based on the option's content."
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The option's value. When selected, the containing form control will receive this value. The value must be unique\nfrom other options in the same group. Values may not contain spaces, as spaces are used as delimiters when listing\nmultiple values.",
              "fieldName": "value"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the option in a disabled state, preventing selection.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Options define the selectable items within various form controls such as [select](/components/select).",
          "documentation": "https://shoelace.style/components/option",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-option",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlOption",
            "module": "components/option/option.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-option",
          "declaration": {
            "name": "SlOption",
            "module": "components/option/option.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/org-node/org-node.js",
      "declarations": [
        {
          "kind": "function",
          "name": "defaultRoleRender",
          "parameters": [
            {
              "name": "data",
              "type": {
                "text": "OrgNodeDataType"
              }
            }
          ]
        },
        {
          "kind": "class",
          "description": "",
          "name": "SlOrgNode",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "nodeData",
              "type": {
                "text": "OrgNodeDataType"
              },
              "description": "节点数据",
              "attribute": "nodeData"
            },
            {
              "kind": "field",
              "name": "collapsable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "节点是否允许收缩",
              "attribute": "collapsable"
            },
            {
              "kind": "field",
              "name": "styleClass",
              "type": {
                "text": "string"
              },
              "description": "组织架构节点自定义样式",
              "attribute": "styleClass"
            },
            {
              "kind": "field",
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "节点是展开，还是收拢，默认是展开",
              "attribute": "expanded"
            },
            {
              "kind": "method",
              "name": "createRenderRoot"
            },
            {
              "kind": "field",
              "name": "nodeRender",
              "type": {
                "text": "(node: OrgNodeDataType) => TemplateResult<1> | TemplateResult<1>[]"
              },
              "default": "defaultRoleRender",
              "description": "节点自定义渲染",
              "attribute": "nodeRender"
            },
            {
              "kind": "method",
              "name": "onNodeClick"
            },
            {
              "kind": "method",
              "name": "_emitEvent",
              "privacy": "protected",
              "parameters": [
                {
                  "name": "eventName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "CustomEventInit"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onToogleNode",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_renderChildNode",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "subOrgNodes",
              "type": {
                "text": "SlOrgNode[]"
              }
            },
            {
              "kind": "field",
              "name": "isLeaf"
            },
            {
              "kind": "field",
              "name": "_childNodeSize"
            }
          ],
          "events": [
            {
              "description": "{data:any} - click node Data Element .",
              "name": "sl-node-click",
              "reactName": "onSlNodeClick"
            },
            {
              "description": "{data:any} - toogle node Element .",
              "name": "sl-node-toogle",
              "reactName": "onSlNodeToogle"
            },
            {
              "description": "{data:any} -before toogle node Element .",
              "name": "sl-node-before-toogle",
              "reactName": "onSlNodeBeforeToogle"
            }
          ],
          "attributes": [
            {
              "name": "nodeData",
              "type": {
                "text": "OrgNodeDataType"
              },
              "description": "节点数据",
              "fieldName": "nodeData"
            },
            {
              "name": "collapsable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "节点是否允许收缩",
              "fieldName": "collapsable"
            },
            {
              "name": "styleClass",
              "type": {
                "text": "string"
              },
              "description": "组织架构节点自定义样式",
              "fieldName": "styleClass"
            },
            {
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "节点是展开，还是收拢，默认是展开",
              "fieldName": "expanded"
            },
            {
              "name": "nodeRender",
              "type": {
                "text": "(node: OrgNodeDataType) => TemplateResult<1> | TemplateResult<1>[]"
              },
              "default": "defaultRoleRender",
              "description": "节点自定义渲染",
              "resolveInitializer": {
                "module": "src/components/org-node/org-node.ts"
              },
              "fieldName": "nodeRender"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-org-node",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "defaultRoleRender",
          "declaration": {
            "name": "defaultRoleRender",
            "module": "components/org-node/org-node.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlOrgNode",
            "module": "components/org-node/org-node.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-org-node",
          "declaration": {
            "name": "SlOrgNode",
            "module": "components/org-node/org-node.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/org-tree/org-tree.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlOrgTree",
          "cssProperties": [
            {
              "description": "An example CSS custom property.",
              "name": "--example"
            }
          ],
          "cssParts": [
            {
              "description": "The component's container wrapper.",
              "name": "container"
            },
            {
              "description": "The component's tree wrapper.",
              "name": "tree"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "rootData",
              "type": {
                "text": "OrgNodeDataType"
              },
              "description": "Organizational structure node data",
              "attribute": "rootData"
            },
            {
              "kind": "field",
              "name": "center",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Centered or not",
              "attribute": "center",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether it is horizontal layout Organizational structure",
              "attribute": "horizontal",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "nodeRender",
              "type": {
                "text": "(node: OrgNodeDataType) => TemplateResult<1> | TemplateResult<1>[]"
              },
              "default": "defaultRoleRender",
              "attribute": "nodeRender"
            },
            {
              "kind": "field",
              "name": "containerEl",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "rootNode",
              "type": {
                "text": "SlOrgNode"
              }
            },
            {
              "kind": "method",
              "name": "handNodeEvent",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "CustomEvent"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ node: SlOrgNode,nodeData:OrgNodeDataType }"
              },
              "description": "Emitted when node click.",
              "name": "sl-org-tree-node-click",
              "reactName": "onSlOrgTreeNodeClick"
            },
            {
              "type": {
                "text": "{ node: SlOrgNode,nodeData:OrgNodeDataType }"
              },
              "description": "Emitted when node toogle changed.",
              "name": "sl-org-tree-node-toogle",
              "reactName": "onSlOrgTreeNodeToogle"
            }
          ],
          "attributes": [
            {
              "name": "rootData",
              "type": {
                "text": "OrgNodeDataType"
              },
              "description": "Organizational structure node data",
              "fieldName": "rootData"
            },
            {
              "name": "center",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Centered or not",
              "fieldName": "center"
            },
            {
              "name": "horizontal",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether it is horizontal layout Organizational structure",
              "fieldName": "horizontal"
            },
            {
              "name": "nodeRender",
              "type": {
                "text": "(node: OrgNodeDataType) => TemplateResult<1> | TemplateResult<1>[]"
              },
              "default": "defaultRoleRender",
              "resolveInitializer": {
                "module": "/src/components/org-node/org-node"
              },
              "fieldName": "nodeRender"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-org-tree",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlOrgTree",
            "module": "components/org-tree/org-tree.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-org-tree",
          "declaration": {
            "name": "SlOrgTree",
            "module": "components/org-tree/org-tree.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/page-btn/page-btn.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlPageBtn",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The component's to page button  wrapper.",
              "name": "pageWrap"
            }
          ],
          "slots": [
            {
              "description": "The prefix slot.",
              "name": "prefix"
            },
            {
              "description": "when total=0 to show .",
              "name": "no-data"
            },
            {
              "description": "tool bar end to show .",
              "name": "default"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Current page",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pageSize",
              "type": {
                "text": "number"
              },
              "default": "20",
              "description": "Page Break Size",
              "attribute": "page-size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showSizeChange",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to resize the paging component",
              "attribute": "show-size-change",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "showPageChange",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to allow direct adjustment of the first few pages",
              "attribute": "show-page-change",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "simple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allowed or not Simplified paging mode",
              "attribute": "simple"
            },
            {
              "kind": "field",
              "name": "align",
              "type": {
                "text": "'left' | 'right' | 'center'"
              },
              "default": "'right'",
              "description": "Layout alignment",
              "attribute": "align",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "total",
              "type": {
                "text": "number"
              },
              "description": "Total number of sizes",
              "attribute": "total",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pageSizeOptions",
              "type": {
                "text": "Array<Number>"
              },
              "description": "Support for resized pagination"
            },
            {
              "kind": "field",
              "name": "showFirst",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to display Jump directly to the first page"
            },
            {
              "kind": "field",
              "name": "showLast",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Show or not Show Jump directly to the last page"
            },
            {
              "kind": "field",
              "name": "pageCount"
            },
            {
              "kind": "method",
              "name": "watchPageChange"
            },
            {
              "kind": "method",
              "name": "_renderSimple"
            },
            {
              "kind": "method",
              "name": "_renderPageButton"
            },
            {
              "kind": "method",
              "name": "_renderPage"
            },
            {
              "kind": "field",
              "name": "_eventDispose1",
              "type": {
                "text": "{\n    dispose: () => void;\n  }"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_eventDispose2",
              "type": {
                "text": "{\n    dispose: () => void;\n  }"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "goToPageByKey",
              "privacy": "private",
              "parameters": [
                {
                  "name": "pageKey",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "goToPage",
              "parameters": [
                {
                  "name": "pageNo",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "Emitted when current page changed   .",
              "name": "sl-page-change",
              "reactName": "onSlPageChange"
            },
            {
              "description": "Emitted before  page changed,use can defaultPrevented ,then sl-page-change can not be emit    .",
              "name": "sl-page-before-change",
              "reactName": "onSlPageBeforeChange"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "Current page",
              "fieldName": "value"
            },
            {
              "name": "page-size",
              "type": {
                "text": "number"
              },
              "default": "20",
              "description": "Page Break Size",
              "fieldName": "pageSize"
            },
            {
              "name": "show-size-change",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to resize the paging component",
              "fieldName": "showSizeChange"
            },
            {
              "name": "show-page-change",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Whether to allow direct adjustment of the first few pages",
              "fieldName": "showPageChange"
            },
            {
              "name": "simple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allowed or not Simplified paging mode",
              "fieldName": "simple"
            },
            {
              "name": "align",
              "type": {
                "text": "'left' | 'right' | 'center'"
              },
              "default": "'right'",
              "description": "Layout alignment",
              "fieldName": "align"
            },
            {
              "name": "total",
              "type": {
                "text": "number"
              },
              "description": "Total number of sizes",
              "fieldName": "total"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "dependencies": [
            "sl-button,sl-select,sl-icon"
          ],
          "tagName": "sl-page-btn",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlPageBtn",
            "module": "components/page-btn/page-btn.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-page-btn",
          "declaration": {
            "name": "SlPageBtn",
            "module": "components/page-btn/page-btn.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/popup/popup.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlPopup",
          "cssProperties": [
            {
              "description": "The size of the arrow. Note that an arrow won't be shown unless the `arrow` attribute is used.",
              "name": "--arrow-size",
              "default": "6px"
            },
            {
              "description": "The color of the arrow.",
              "name": "--arrow-color",
              "default": "var(--sl-color-neutral-0)"
            },
            {
              "description": "A read-only custom property that determines the amount of width the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`.",
              "name": "--auto-size-available-width"
            },
            {
              "description": "A read-only custom property that determines the amount of height the popup can be before overflowing. Useful for positioning child elements that need to overflow. This property is only available when using `auto-size`.",
              "name": "--auto-size-available-height"
            }
          ],
          "cssParts": [
            {
              "description": "The arrow's container. Avoid setting `top|bottom|left|right` properties, as these values are assigned dynamically as the popup moves. This is most useful for applying a background color to match the popup, and maybe a border or box shadow.",
              "name": "arrow"
            },
            {
              "description": "The popup's container. Useful for setting a background color, box shadow, etc.",
              "name": "popup"
            }
          ],
          "slots": [
            {
              "description": "The popup's content.",
              "name": ""
            },
            {
              "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can use the `anchor` attribute or property instead.",
              "name": "anchor"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "anchorEl",
              "type": {
                "text": "Element | null"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "cleanup",
              "type": {
                "text": "ReturnType<typeof autoUpdate> | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "HTMLElement"
              },
              "description": "A reference to the internal popup container. Useful for animating and styling the popup with JavaScript."
            },
            {
              "kind": "field",
              "name": "arrowEl",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "anchor",
              "type": {
                "text": "Element | string"
              },
              "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
              "attribute": "anchor"
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "strategy",
              "type": {
                "text": "'absolute' | 'fixed'"
              },
              "default": "'absolute'",
              "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.",
              "attribute": "strategy",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its anchor.",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its anchor.",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "arrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
              "attribute": "arrow"
            },
            {
              "kind": "field",
              "name": "arrowPlacement",
              "type": {
                "text": "'start' | 'end' | 'center' | 'anchor'"
              },
              "default": "'anchor'",
              "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
              "attribute": "arrow-placement"
            },
            {
              "kind": "field",
              "name": "arrowPadding",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
              "attribute": "arrow-padding"
            },
            {
              "kind": "field",
              "name": "flip",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
              "attribute": "flip"
            },
            {
              "kind": "field",
              "name": "flipFallbackPlacements",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
              "attribute": "flip-fallback-placements"
            },
            {
              "kind": "field",
              "name": "flipFallbackStrategy",
              "type": {
                "text": "'best-fit' | 'initial'"
              },
              "default": "'best-fit'",
              "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
              "attribute": "flip-fallback-strategy"
            },
            {
              "kind": "field",
              "name": "flipBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "flipBoundary"
            },
            {
              "kind": "field",
              "name": "flipPadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
              "attribute": "flip-padding"
            },
            {
              "kind": "field",
              "name": "shift",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Moves the popup along the axis to keep it in view when clipped.",
              "attribute": "shift"
            },
            {
              "kind": "field",
              "name": "shiftBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "shiftBoundary"
            },
            {
              "kind": "field",
              "name": "shiftPadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
              "attribute": "shift-padding"
            },
            {
              "kind": "field",
              "name": "autoSize",
              "type": {
                "text": "'horizontal' | 'vertical' | 'both'"
              },
              "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
              "attribute": "auto-size"
            },
            {
              "kind": "field",
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both'"
              },
              "description": "Syncs the popup's width or height to that of the anchor element.",
              "attribute": "sync"
            },
            {
              "kind": "field",
              "name": "autoSizeBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "attribute": "autoSizeBoundary"
            },
            {
              "kind": "field",
              "name": "autoSizePadding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
              "attribute": "auto-size-padding"
            },
            {
              "kind": "method",
              "name": "handleAnchorChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "start",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "stop",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "Promise<void>"
                }
              }
            },
            {
              "kind": "method",
              "name": "reposition",
              "description": "Forces the popup to recalculate and reposition itself."
            }
          ],
          "events": [
            {
              "description": "Emitted when the popup is repositioned. This event can fire a lot, so avoid putting expensive operations in your listener or consider debouncing it.",
              "name": "sl-reposition",
              "reactName": "onSlReposition"
            }
          ],
          "attributes": [
            {
              "name": "anchor",
              "type": {
                "text": "Element | string"
              },
              "description": "The element the popup will be anchored to. If the anchor lives outside of the popup, you can provide its `id` or a\nreference to it here. If the anchor lives inside the popup, use the `anchor` slot instead.",
              "fieldName": "anchor"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Activates the positioning logic and shows the popup. When this attribute is removed, the positioning logic is torn\ndown and the popup will be hidden.",
              "fieldName": "active"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the popup. Note that the actual placement will vary as configured to keep the\npanel inside of the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "strategy",
              "type": {
                "text": "'absolute' | 'fixed'"
              },
              "default": "'absolute'",
              "description": "Determines how the popup is positioned. The `absolute` strategy works well in most cases, but if overflow is\nclipped, using a `fixed` position strategy can often workaround it.",
              "fieldName": "strategy"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel away from its anchor.",
              "fieldName": "distance"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the panel along its anchor.",
              "fieldName": "skidding"
            },
            {
              "name": "arrow",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Attaches an arrow to the popup. The arrow's size and color can be customized using the `--arrow-size` and\n`--arrow-color` custom properties. For additional customizations, you can also target the arrow using\n`::part(arrow)` in your stylesheet.",
              "fieldName": "arrow"
            },
            {
              "name": "arrow-placement",
              "type": {
                "text": "'start' | 'end' | 'center' | 'anchor'"
              },
              "default": "'anchor'",
              "description": "The placement of the arrow. The default is `anchor`, which will align the arrow as close to the center of the\nanchor as possible, considering available space and `arrow-padding`. A value of `start`, `end`, or `center` will\nalign the arrow to the start, end, or center of the popover instead.",
              "fieldName": "arrowPlacement"
            },
            {
              "name": "arrow-padding",
              "type": {
                "text": "number"
              },
              "default": "10",
              "description": "The amount of padding between the arrow and the edges of the popup. If the popup has a border-radius, for example,\nthis will prevent it from overflowing the corners.",
              "fieldName": "arrowPadding"
            },
            {
              "name": "flip",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When set, placement of the popup will flip to the opposite site to keep it in view. You can use\n`flipFallbackPlacements` to further configure how the fallback placement is determined.",
              "fieldName": "flip"
            },
            {
              "name": "flip-fallback-placements",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "If the preferred placement doesn't fit, popup will be tested in these fallback placements until one fits. Must be a\nstring of any number of placements separated by a space, e.g. \"top bottom left\". If no placement fits, the flip\nfallback strategy will be used instead.",
              "fieldName": "flipFallbackPlacements"
            },
            {
              "name": "flip-fallback-strategy",
              "type": {
                "text": "'best-fit' | 'initial'"
              },
              "default": "'best-fit'",
              "description": "When neither the preferred placement nor the fallback placements fit, this value will be used to determine whether\nthe popup should be positioned using the best available fit based on available space or as it was initially\npreferred.",
              "fieldName": "flipFallbackStrategy"
            },
            {
              "name": "flipBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The flip boundary describes clipping element(s) that overflow will be checked relative to when flipping. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "flipBoundary"
            },
            {
              "name": "flip-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the flip behavior will occur.",
              "fieldName": "flipPadding"
            },
            {
              "name": "shift",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Moves the popup along the axis to keep it in view when clipped.",
              "fieldName": "shift"
            },
            {
              "name": "shiftBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The shift boundary describes clipping element(s) that overflow will be checked relative to when shifting. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "shiftBoundary"
            },
            {
              "name": "shift-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the shift behavior will occur.",
              "fieldName": "shiftPadding"
            },
            {
              "name": "auto-size",
              "type": {
                "text": "'horizontal' | 'vertical' | 'both'"
              },
              "description": "When set, this will cause the popup to automatically resize itself to prevent it from overflowing.",
              "fieldName": "autoSize"
            },
            {
              "name": "sync",
              "type": {
                "text": "'width' | 'height' | 'both'"
              },
              "description": "Syncs the popup's width or height to that of the anchor element.",
              "fieldName": "sync"
            },
            {
              "name": "autoSizeBoundary",
              "type": {
                "text": "Element | Element[]"
              },
              "description": "The auto-size boundary describes clipping element(s) that overflow will be checked relative to when resizing. By\ndefault, the boundary includes overflow ancestors that will cause the element to be clipped. If needed, you can\nchange the boundary by passing a reference to one or more elements to this property.",
              "fieldName": "autoSizeBoundary"
            },
            {
              "name": "auto-size-padding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The amount of padding, in pixels, to exceed before the auto-size behavior will occur.",
              "fieldName": "autoSizePadding"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Popup is a utility that lets you declaratively anchor \"popup\" containers to another element.",
          "documentation": "https://shoelace.style/components/popup",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-popup",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlPopup",
            "module": "components/popup/popup.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-popup",
          "declaration": {
            "name": "SlPopup",
            "module": "components/popup/popup.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/progress-bar/progress-bar.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlProgressBar",
          "cssProperties": [
            {
              "description": "The progress bar's height.",
              "name": "--height"
            },
            {
              "description": "The color of the track.",
              "name": "--track-color"
            },
            {
              "description": "The color of the indicator.",
              "name": "--indicator-color"
            },
            {
              "description": "The color of the label.",
              "name": "--label-color"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The progress bar's indicator.",
              "name": "indicator"
            },
            {
              "description": "The progress bar's label.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "A label to show inside the progress indicator.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current progress as a percentage, 0 to 100.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, percentage is ignored, the label is hidden, and the progress bar is drawn in an indeterminate state.",
              "attribute": "indeterminate",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A custom label for assistive devices.",
              "attribute": "label"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current progress as a percentage, 0 to 100.",
              "fieldName": "value"
            },
            {
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, percentage is ignored, the label is hidden, and the progress bar is drawn in an indeterminate state.",
              "fieldName": "indeterminate"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A custom label for assistive devices.",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Progress bars are used to show the status of an ongoing operation.",
          "documentation": "https://shoelace.style/components/progress-bar",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-progress-bar",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlProgressBar",
            "module": "components/progress-bar/progress-bar.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-progress-bar",
          "declaration": {
            "name": "SlProgressBar",
            "module": "components/progress-bar/progress-bar.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/progress-ring/progress-ring.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlProgressRing",
          "cssProperties": [
            {
              "description": "The diameter of the progress ring (cannot be a percentage).",
              "name": "--size"
            },
            {
              "description": "The width of the track.",
              "name": "--track-width"
            },
            {
              "description": "The color of the track.",
              "name": "--track-color"
            },
            {
              "description": "The width of the indicator. Defaults to the track width.",
              "name": "--indicator-width"
            },
            {
              "description": "The color of the indicator.",
              "name": "--indicator-color"
            },
            {
              "description": "The duration of the indicator's transition when the value changes.",
              "name": "--indicator-transition-duration"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The progress ring label.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "A label to show inside the ring.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "indicator",
              "type": {
                "text": "SVGCircleElement"
              }
            },
            {
              "kind": "field",
              "name": "indicatorOffset",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current progress as a percentage, 0 to 100.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A custom label for assistive devices.",
              "attribute": "label"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current progress as a percentage, 0 to 100.",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A custom label for assistive devices.",
              "fieldName": "label"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Progress rings are used to show the progress of a determinate operation in a circular fashion.",
          "documentation": "https://shoelace.style/components/progress-ring",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-progress-ring",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlProgressRing",
            "module": "components/progress-ring/progress-ring.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-progress-ring",
          "declaration": {
            "name": "SlProgressRing",
            "module": "components/progress-ring/progress-ring.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/qr-code/qr-code.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlQrCode",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "canvas",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The QR code's value.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label for assistive devices to announce. If unspecified, the value will be used instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "128",
              "description": "The size of the QR code, in pixels.",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "fill",
              "type": {
                "text": "string"
              },
              "default": "'black'",
              "description": "The fill color. This can be any valid CSS color, but not a CSS custom property.",
              "attribute": "fill"
            },
            {
              "kind": "field",
              "name": "background",
              "type": {
                "text": "string"
              },
              "default": "'white'",
              "description": "The background color. This can be any valid CSS color or `transparent`. It cannot be a CSS custom property.",
              "attribute": "background"
            },
            {
              "kind": "field",
              "name": "radius",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The edge radius of each module. Must be between 0 and 0.5.",
              "attribute": "radius"
            },
            {
              "kind": "field",
              "name": "errorCorrection",
              "type": {
                "text": "'L' | 'M' | 'Q' | 'H'"
              },
              "default": "'H'",
              "description": "The level of error correction to use. [Learn more](https://www.qrcode.com/en/about/error_correction.html)",
              "attribute": "error-correction"
            },
            {
              "kind": "method",
              "name": "generate"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The QR code's value.",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The label for assistive devices to announce. If unspecified, the value will be used instead.",
              "fieldName": "label"
            },
            {
              "name": "size",
              "type": {
                "text": "number"
              },
              "default": "128",
              "description": "The size of the QR code, in pixels.",
              "fieldName": "size"
            },
            {
              "name": "fill",
              "type": {
                "text": "string"
              },
              "default": "'black'",
              "description": "The fill color. This can be any valid CSS color, but not a CSS custom property.",
              "fieldName": "fill"
            },
            {
              "name": "background",
              "type": {
                "text": "string"
              },
              "default": "'white'",
              "description": "The background color. This can be any valid CSS color or `transparent`. It cannot be a CSS custom property.",
              "fieldName": "background"
            },
            {
              "name": "radius",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The edge radius of each module. Must be between 0 and 0.5.",
              "fieldName": "radius"
            },
            {
              "name": "error-correction",
              "type": {
                "text": "'L' | 'M' | 'Q' | 'H'"
              },
              "default": "'H'",
              "description": "The level of error correction to use. [Learn more](https://www.qrcode.com/en/about/error_correction.html)",
              "fieldName": "errorCorrection"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Generates a [QR code](https://www.qrcode.com/) and renders it using the [Canvas API](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API).",
          "documentation": "https://shoelace.style/components/qr-code",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-qr-code",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlQrCode",
            "module": "components/qr-code/qr-code.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-qr-code",
          "declaration": {
            "name": "SlQrCode",
            "module": "components/qr-code/qr-code.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/radio/radio.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRadio",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The circular container that wraps the radio's checked state.",
              "name": "control"
            },
            {
              "description": "The radio control when the radio is checked.",
              "name": "control--checked"
            },
            {
              "description": "The checked icon, an `<sl-icon>` element.",
              "name": "checked-icon"
            },
            {
              "description": "The container that wraps the radio's label.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "The radio's label.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The radio's value. When selected, the radio group will receive this value.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio's size. When used inside a radio group, the size will be determined by the radio group's size so this\nattribute can typically be omitted.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "addEventListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeEventListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "setInitialAttributes",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleCheckedChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The radio's value. When selected, the radio group will receive this value.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio's size. When used inside a radio group, the size will be determined by the radio group's size so this\nattribute can typically be omitted.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Radios allow the user to select a single option from a group.",
          "documentation": "https://shoelace.style/components/radio",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-radio",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRadio",
            "module": "components/radio/radio.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-radio",
          "declaration": {
            "name": "SlRadio",
            "module": "components/radio/radio.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/radio-button/radio-button.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRadioButton",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<button>` element.",
              "name": "button"
            },
            {
              "description": "The internal button element when the radio button is checked.",
              "name": "button--checked"
            },
            {
              "description": "The container that wraps the prefix.",
              "name": "prefix"
            },
            {
              "description": "The container that wraps the radio button's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the suffix.",
              "name": "suffix"
            }
          ],
          "slots": [
            {
              "description": "The radio button's label.",
              "name": ""
            },
            {
              "description": "A presentational prefix icon or similar element.",
              "name": "prefix"
            },
            {
              "description": "A presentational suffix icon or similar element.",
              "name": "suffix"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, '[default]', 'prefix', 'suffix')"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hiddenInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "protected",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The radio's value. When selected, the radio group will receive this value.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio button.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio button's size. When used inside a radio group, the size will be determined by the radio group's size so\nthis attribute can typically be omitted.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style radio button with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the radio button."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the radio button."
            }
          ],
          "events": [
            {
              "description": "Emitted when the button loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the button gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            }
          ],
          "attributes": [
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The radio's value. When selected, the radio group will receive this value.",
              "fieldName": "value"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the radio button.",
              "fieldName": "disabled"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio button's size. When used inside a radio group, the size will be determined by the radio group's size so\nthis attribute can typically be omitted.",
              "fieldName": "size"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style radio button with rounded edges.",
              "fieldName": "pill"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Radios buttons allow the user to select a single option from a group using a button-like control.",
          "documentation": "https://shoelace.style/components/radio-button",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-radio-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRadioButton",
            "module": "components/radio-button/radio-button.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-radio-button",
          "declaration": {
            "name": "SlRadioButton",
            "module": "components/radio-button/radio-button.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/radio-group/radio-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRadioGroup",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The button group that wraps radio buttons.",
              "name": "button-group"
            },
            {
              "description": "The button group's `base` part.",
              "name": "button-group__base"
            }
          ],
          "slots": [
            {
              "description": "The default slot where `<sl-radio>` or `<sl-radio-button>` elements are placed.",
              "name": ""
            },
            {
              "description": "The radio group's label. Required for proper accessibility. Alternatively, you can use the `label` attribute.",
              "name": "label"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "protected",
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "customValidityMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "validationTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "validationInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasButtonGroup",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "errorMessage",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio groups's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'option'",
              "description": "The name of the radio group, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the radio group, submitted as a name/value pair with form data.",
              "attribute": "value",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio group's size. This size will be applied to all child radios and radio buttons.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures a child radio is checked before allowing the containing form to submit.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "getAllRadios",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleRadioClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleLabelClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateCheckedRadio",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "return": {
                "type": {
                  "text": "boolean"
                }
              },
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "default": "''"
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the radio group's selected value changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the radio group receives user input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio group's label. Required for proper accessibility. If you need to display HTML, use the `label` slot\ninstead.",
              "fieldName": "label"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The radio groups's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'option'",
              "description": "The name of the radio group, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the radio group, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The radio group's size. This size will be applied to all child radios and radio buttons.",
              "fieldName": "size"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Ensures a child radio is checked before allowing the containing form to submit.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Radio groups are used to group multiple [radios](/components/radio) or [radio buttons](/components/radio-button) so they function as a single form control.",
          "documentation": "https://shoelace.style/components/radio-group",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-button-group"
          ],
          "tagName": "sl-radio-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRadioGroup",
            "module": "components/radio-group/radio-group.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-radio-group",
          "declaration": {
            "name": "SlRadioGroup",
            "module": "components/radio-group/radio-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/range/range.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRange",
          "cssProperties": [
            {
              "description": "The size of the thumb.",
              "name": "--thumb-size"
            },
            {
              "description": "The vertical distance the tooltip is offset from the track.",
              "name": "--tooltip-offset"
            },
            {
              "description": "The color of the portion of the track that represents the current value.",
              "name": "--track-color-active"
            },
            {
              "description": "The of the portion of the track that represents the remaining value.",
              "name": "--track-color-inactive"
            },
            {
              "description": "The height of the track.",
              "name": "--track-height"
            },
            {
              "description": "The point of origin of the active track.",
              "name": "--track-active-offset"
            }
          ],
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The range's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<input>` element.",
              "name": "input"
            },
            {
              "description": "The range's tooltip.",
              "name": "tooltip"
            }
          ],
          "slots": [
            {
              "description": "The range's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this)"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "output",
              "type": {
                "text": "HTMLOutputElement | null"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "hasTooltip",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the range, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current value of the range, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The range's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "labelposition",
              "type": {
                "text": "'top' | 'left'"
              },
              "default": "'top'",
              "description": "The input's label position",
              "attribute": "labelposition"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The range's help text. If you need to display HTML, use the help-text slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the range.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "min",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The minimum acceptable value of the range.",
              "attribute": "min"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "description": "The maximum acceptable value of the range.",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "step",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The interval at which the range will increase and decrease.",
              "attribute": "step"
            },
            {
              "kind": "field",
              "name": "tooltip",
              "type": {
                "text": "'top' | 'bottom' | 'none'"
              },
              "default": "'top'",
              "description": "The preferred placement of the range's tooltip.",
              "attribute": "tooltip"
            },
            {
              "kind": "field",
              "name": "tooltipFormatter",
              "type": {
                "text": "(value: number) => string"
              },
              "description": "A function used to format the tooltip's value. The range's value is passed as the first and only argument. The\nfunction should return a string to display in the tooltip."
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleThumbDragStart",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleThumbDragEnd",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "syncProgress",
              "privacy": "private",
              "parameters": [
                {
                  "name": "percent",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "syncTooltip",
              "privacy": "private",
              "parameters": [
                {
                  "name": "percent",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "syncRange"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the range."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the range."
            },
            {
              "kind": "method",
              "name": "stepUp",
              "description": "Increments the value of the range by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "stepDown",
              "description": "Decrements the value of the range by the value of the step attribute."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the range, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current value of the range, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The range's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "labelposition",
              "type": {
                "text": "'top' | 'left'"
              },
              "default": "'top'",
              "description": "The input's label position",
              "fieldName": "labelposition"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The range's help text. If you need to display HTML, use the help-text slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the range.",
              "fieldName": "disabled"
            },
            {
              "name": "min",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The minimum acceptable value of the range.",
              "fieldName": "min"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "100",
              "description": "The maximum acceptable value of the range.",
              "fieldName": "max"
            },
            {
              "name": "step",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The interval at which the range will increase and decrease.",
              "fieldName": "step"
            },
            {
              "name": "tooltip",
              "type": {
                "text": "'top' | 'bottom' | 'none'"
              },
              "default": "'top'",
              "description": "The preferred placement of the range's tooltip.",
              "fieldName": "tooltip"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Ranges allow the user to select a single value within a given range using a slider.",
          "documentation": "https://shoelace.style/components/range",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-range",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRange",
            "module": "components/range/range.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-range",
          "declaration": {
            "name": "SlRange",
            "module": "components/range/range.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/rating/rating.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRating",
          "cssProperties": [
            {
              "description": "The inactive color for symbols.",
              "name": "--symbol-color"
            },
            {
              "description": "The active color for symbols.",
              "name": "--symbol-color-active"
            },
            {
              "description": "The size of symbols.",
              "name": "--symbol-size"
            },
            {
              "description": "The spacing to use around symbols.",
              "name": "--symbol-spacing"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "rating",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "hoverValue",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "isHovering",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label that describes the rating to assistive devices.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current rating.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "5",
              "description": "The highest rating to show.",
              "attribute": "max"
            },
            {
              "kind": "field",
              "name": "precision",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The precision at which the rating will increase and decrease. For example, to allow half-star ratings, set this\nattribute to `0.5`.",
              "attribute": "precision"
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the rating readonly.",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the rating.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "getSymbol",
              "type": {
                "text": "(value: number) => string"
              },
              "description": "A function that customizes the symbol to be rendered. The first and only argument is the rating's current value.\nThe function should return a string containing trusted HTML of the symbol to render at the specified value. Works\nwell with `<sl-icon>` elements.",
              "attribute": "getSymbol"
            },
            {
              "kind": "method",
              "name": "getValueFromMousePosition",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getValueFromTouchPosition",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getValueFromXCoordinate",
              "privacy": "private",
              "parameters": [
                {
                  "name": "coordinate",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setValue",
              "privacy": "private",
              "parameters": [
                {
                  "name": "newValue",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseEnter",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseMove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseLeave",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTouchStart",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTouchMove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleTouchEnd",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "roundToPrecision",
              "privacy": "private",
              "parameters": [
                {
                  "name": "numberToRound",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "precision",
                  "default": "0.5"
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleHoverValueChange"
            },
            {
              "kind": "method",
              "name": "handleIsHoveringChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the rating."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the rating."
            }
          ],
          "events": [
            {
              "description": "Emitted when the rating's value changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "type": {
                "text": "{ phase: 'start' | 'move' | 'end', value: number }"
              },
              "description": "Emitted when the user hovers over a value. The `phase` property indicates when hovering starts, moves to a new value, or ends. The `value` property tells what the rating's value would be if the user were to commit to the hovered value.",
              "name": "sl-hover",
              "reactName": "onSlHover"
            }
          ],
          "attributes": [
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "A label that describes the rating to assistive devices.",
              "fieldName": "label"
            },
            {
              "name": "value",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The current rating.",
              "fieldName": "value"
            },
            {
              "name": "max",
              "type": {
                "text": "number"
              },
              "default": "5",
              "description": "The highest rating to show.",
              "fieldName": "max"
            },
            {
              "name": "precision",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The precision at which the rating will increase and decrease. For example, to allow half-star ratings, set this\nattribute to `0.5`.",
              "fieldName": "precision"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the rating readonly.",
              "fieldName": "readonly"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the rating.",
              "fieldName": "disabled"
            },
            {
              "name": "getSymbol",
              "type": {
                "text": "(value: number) => string"
              },
              "description": "A function that customizes the symbol to be rendered. The first and only argument is the rating's current value.\nThe function should return a string containing trusted HTML of the symbol to render at the specified value. Works\nwell with `<sl-icon>` elements.",
              "fieldName": "getSymbol"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Ratings give users a way to quickly view and provide feedback.",
          "documentation": "https://shoelace.style/components/rating",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon"
          ],
          "tagName": "sl-rating",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRating",
            "module": "components/rating/rating.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-rating",
          "declaration": {
            "name": "SlRating",
            "module": "components/rating/rating.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/relative-time/relative-time.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRelativeTime",
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "updateTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "isoTime",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "relativeTime",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "titleTime",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "date",
              "type": {
                "text": "Date | string"
              },
              "default": "new Date()",
              "description": "The date from which to calculate time from. If not set, the current date and time will be used. When passing a\nstring, it's strongly recommended to use the ISO 8601 format to ensure timezones are handled correctly. To convert\na date to this format in JavaScript, use [`date.toISOString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).",
              "attribute": "date"
            },
            {
              "kind": "field",
              "name": "format",
              "type": {
                "text": "'long' | 'short' | 'narrow'"
              },
              "default": "'long'",
              "description": "The formatting style to use.",
              "attribute": "format"
            },
            {
              "kind": "field",
              "name": "numeric",
              "type": {
                "text": "'always' | 'auto'"
              },
              "default": "'auto'",
              "description": "When `auto`, values such as \"yesterday\" and \"tomorrow\" will be shown when possible. When `always`, values such as\n\"1 day ago\" and \"in 1 day\" will be shown.",
              "attribute": "numeric"
            },
            {
              "kind": "field",
              "name": "sync",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Keep the displayed value up to date as time passes.",
              "attribute": "sync"
            }
          ],
          "attributes": [
            {
              "name": "date",
              "type": {
                "text": "Date | string"
              },
              "default": "new Date()",
              "description": "The date from which to calculate time from. If not set, the current date and time will be used. When passing a\nstring, it's strongly recommended to use the ISO 8601 format to ensure timezones are handled correctly. To convert\na date to this format in JavaScript, use [`date.toISOString()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString).",
              "fieldName": "date"
            },
            {
              "name": "format",
              "type": {
                "text": "'long' | 'short' | 'narrow'"
              },
              "default": "'long'",
              "description": "The formatting style to use.",
              "fieldName": "format"
            },
            {
              "name": "numeric",
              "type": {
                "text": "'always' | 'auto'"
              },
              "default": "'auto'",
              "description": "When `auto`, values such as \"yesterday\" and \"tomorrow\" will be shown when possible. When `always`, values such as\n\"1 day ago\" and \"in 1 day\" will be shown.",
              "fieldName": "numeric"
            },
            {
              "name": "sync",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Keep the displayed value up to date as time passes.",
              "fieldName": "sync"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Outputs a localized time phrase relative to the current date and time.",
          "documentation": "https://shoelace.style/components/relative-time",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-relative-time",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRelativeTime",
            "module": "components/relative-time/relative-time.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-relative-time",
          "declaration": {
            "name": "SlRelativeTime",
            "module": "components/relative-time/relative-time.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/resize-observer/resize-observer.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlResizeObserver",
          "slots": [
            {
              "description": "One or more elements to watch for resizing.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "observedElements",
              "type": {
                "text": "HTMLElement[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the observer.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "startObserver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "stopObserver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ entries: ResizeObserverEntry[] }"
              },
              "description": "Emitted when the element is resized.",
              "name": "sl-resize",
              "reactName": "onSlResize"
            }
          ],
          "attributes": [
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the observer.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "The Resize Observer component offers a thin, declarative interface to the [`ResizeObserver API`](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver).",
          "documentation": "https://shoelace.style/components/resize-observer",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-resize-observer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlResizeObserver",
            "module": "components/resize-observer/resize-observer.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-resize-observer",
          "declaration": {
            "name": "SlResizeObserver",
            "module": "components/resize-observer/resize-observer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/ripple/ripple.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "RIPPLE_ANIMATION_CONFIG",
          "type": {
            "text": "KeyframeAnimationOptions"
          },
          "default": "{\n  easing: 'ease-out',\n  fill: 'both'\n}",
          "description": "Base configuration for the ripple animation."
        },
        {
          "kind": "function",
          "name": "computeRadius",
          "parameters": [
            {
              "name": "a",
              "type": {
                "text": "number"
              }
            },
            {
              "name": "b",
              "type": {
                "text": "number"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "RIPPLE_INITIAL_DURATION",
          "type": {
            "text": "number"
          },
          "default": "350",
          "description": "Initial animation duration."
        },
        {
          "kind": "variable",
          "name": "RIPPLE_RELEASE_DURATION",
          "type": {
            "text": "number"
          },
          "default": "500",
          "description": "Release animation duration."
        },
        {
          "kind": "class",
          "description": "",
          "name": "SlRipple",
          "cssProperties": [
            {
              "description": "Color.",
              "name": "--ripple-color"
            },
            {
              "description": "Opacity.",
              "name": "--ripple-opacity"
            },
            {
              "description": "An ripple animate background color",
              "name": "--sl-ripple-color"
            }
          ],
          "slots": [
            {
              "description": "The default slot wrap node for ripplie effect.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "unbounded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the ripple visible outside the bounds.",
              "attribute": "unbounded",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "centered",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes ripple appear from the center.",
              "attribute": "centered",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "overlay",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Overlays the ripple.",
              "attribute": "overlay",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the ripple.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "focusable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows focusin to spawn a ripple.",
              "attribute": "focusable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "autoRelease",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Releases the ripple after it has been spawned.",
              "attribute": "autoRelease",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "initialDuration",
              "type": {
                "text": "number"
              },
              "default": "350",
              "description": "Initial animation duration.",
              "attribute": "initialDuration"
            },
            {
              "kind": "field",
              "name": "releaseDuration",
              "type": {
                "text": "number"
              },
              "default": "500",
              "description": "Fade out animation duration.",
              "attribute": "releaseDuration"
            },
            {
              "kind": "field",
              "name": "role",
              "type": {
                "text": "AriaRole"
              },
              "default": "'presentation'",
              "description": "Role of the ripple.",
              "attribute": "role",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "target",
              "type": {
                "text": "EventTarget"
              },
              "default": "this",
              "description": "Target for the spawn ripple events.",
              "attribute": "target"
            },
            {
              "kind": "field",
              "name": "listeners",
              "type": {
                "text": "Array<DisposeObject>"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "rippleAnimationListeners",
              "type": {
                "text": "Array<DisposeObject>"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "method",
              "name": "changeTarget"
            },
            {
              "kind": "method",
              "name": "firstUpdate",
              "parameters": [
                {
                  "name": "map",
                  "type": {
                    "text": "PropertyValues"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "onFocusIn",
              "privacy": "protected",
              "description": "Add a persistent ripple when the taget gains focus."
            },
            {
              "kind": "method",
              "name": "onFocusOut",
              "privacy": "protected",
              "description": "Release the current ripple when the focus is lost from the target."
            },
            {
              "kind": "method",
              "name": "releaseRipple"
            },
            {
              "kind": "method",
              "name": "spawnRipple",
              "return": {
                "type": {
                  "text": "DisposeObject"
                }
              },
              "parameters": [
                {
                  "name": "e",
                  "optional": true,
                  "type": {
                    "text": "MouseEvent | TouchEvent"
                  }
                },
                {
                  "name": "config",
                  "optional": true,
                  "type": {
                    "text": "Partial<IRippleConfig>"
                  }
                }
              ],
              "description": "Handles the mouse down events and spawns a ripple.\nIf no event is provided the ripple will spawn in the center."
            },
            {
              "kind": "method",
              "name": "showRipple"
            },
            {
              "kind": "method",
              "name": "showRippleAtCoords",
              "parameters": [
                {
                  "name": "{ x, y }",
                  "type": {
                    "text": "{ x: number; y: number }"
                  }
                },
                {
                  "name": "config",
                  "optional": true,
                  "type": {
                    "text": "Partial<IRippleConfig>"
                  }
                },
                {
                  "name": "number"
                }
              ],
              "description": "Shows a ripple at a specific coordinate."
            }
          ],
          "events": [
            {
              "description": "Emitted when ripple effect end",
              "name": "sl-ripple-end",
              "reactName": "onSlRippleEnd"
            }
          ],
          "attributes": [
            {
              "name": "unbounded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the ripple visible outside the bounds.",
              "fieldName": "unbounded",
              "attribute": "unbounded"
            },
            {
              "name": "centered",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes ripple appear from the center.",
              "fieldName": "centered",
              "attribute": "centered"
            },
            {
              "name": "overlay",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Overlays the ripple.",
              "fieldName": "overlay",
              "attribute": "overlay"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the ripple.",
              "fieldName": "disabled",
              "attribute": "disabled"
            },
            {
              "name": "focusable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows focusin to spawn a ripple.",
              "fieldName": "focusable",
              "attribute": "focusable"
            },
            {
              "name": "autoRelease",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Releases the ripple after it has been spawned.",
              "fieldName": "autoRelease",
              "attribute": "autoRelease"
            },
            {
              "name": "initialDuration",
              "type": {
                "text": "number"
              },
              "default": "RIPPLE_INITIAL_DURATION",
              "description": "Initial animation duration.",
              "resolveInitializer": {
                "module": "src/components/ripple/ripple.ts"
              },
              "fieldName": "initialDuration",
              "attribute": "initialDuration"
            },
            {
              "name": "releaseDuration",
              "type": {
                "text": "number"
              },
              "default": "RIPPLE_RELEASE_DURATION",
              "description": "Fade out animation duration.",
              "resolveInitializer": {
                "module": "src/components/ripple/ripple.ts"
              },
              "fieldName": "releaseDuration",
              "attribute": "releaseDuration"
            },
            {
              "name": "role",
              "type": {
                "text": "AriaRole"
              },
              "default": "'presentation'",
              "description": "Role of the ripple.",
              "fieldName": "role",
              "attribute": "role"
            },
            {
              "name": "target",
              "type": {
                "text": "EventTarget"
              },
              "default": "this",
              "description": "Target for the spawn ripple events.",
              "fieldName": "target",
              "attribute": "target"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-ripple",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "RIPPLE_ANIMATION_CONFIG",
          "declaration": {
            "name": "RIPPLE_ANIMATION_CONFIG",
            "module": "components/ripple/ripple.js"
          }
        },
        {
          "kind": "js",
          "name": "computeRadius",
          "declaration": {
            "name": "computeRadius",
            "module": "components/ripple/ripple.js"
          }
        },
        {
          "kind": "js",
          "name": "RIPPLE_INITIAL_DURATION",
          "declaration": {
            "name": "RIPPLE_INITIAL_DURATION",
            "module": "components/ripple/ripple.js"
          }
        },
        {
          "kind": "js",
          "name": "RIPPLE_RELEASE_DURATION",
          "declaration": {
            "name": "RIPPLE_RELEASE_DURATION",
            "module": "components/ripple/ripple.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRipple",
            "module": "components/ripple/ripple.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-ripple",
          "declaration": {
            "name": "SlRipple",
            "module": "components/ripple/ripple.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/router/cryptoHashResovle.js",
      "declarations": [
        {
          "kind": "variable",
          "name": "CryptoHashResovle",
          "type": {
            "text": "ResovlePathInterface"
          },
          "default": "{\n  resolvePath(hash) {\n    if (hash.length > 1 && hash.substr(0, 1) == '#') {\n      hash = hash.slice(1); //#,去掉\n    }\n    const decryptData = unWrapData(hash);\n    return defaultResove.resolvePath(decryptData);\n  },\n  toPath(url, jsonData) {\n    const result = defaultResove.toPath(url, jsonData);\n    const enryptText = wrapData(result);\n    return enryptText;\n  }\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CryptoHashResovle",
          "declaration": {
            "name": "CryptoHashResovle",
            "module": "components/router/cryptoHashResovle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/router/pathResovle.js",
      "declarations": [
        {
          "kind": "function",
          "name": "stripExtraTrailingSlash",
          "parameters": [
            {
              "name": "path",
              "type": {
                "text": "string"
              }
            }
          ],
          "description": "去掉路径最后面的 '/',如果路径不是/开始，则添加'/'到最前面,连续多个'/' 则被替换为一个'/'",
          "return": {
            "type": {
              "text": ""
            }
          }
        },
        {
          "kind": "function",
          "name": "joinStringPath",
          "parameters": [
            {
              "name": "path",
              "type": {
                "text": "string[]"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "getQueryData",
          "return": {
            "type": {
              "text": ""
            }
          },
          "parameters": [
            {
              "name": "queryString",
              "optional": true,
              "type": {
                "text": "string"
              },
              "description": "查询字符串 ，类似 'a=b&c=d&asd=d'"
            }
          ],
          "description": "将查询字符串 转换为 json Object"
        },
        {
          "kind": "function",
          "name": "toQueryString",
          "parameters": [
            {
              "name": "data",
              "type": {
                "text": "ParamterData"
              },
              "description": "jsonObject"
            }
          ],
          "description": "将 json data 转化为queryString",
          "return": {
            "type": {
              "text": ""
            }
          }
        },
        {
          "kind": "function",
          "name": "isPathURLMatchPattern",
          "parameters": [
            {
              "name": "path",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "pattern",
              "type": {
                "text": "string"
              }
            }
          ],
          "description": "判断路径 path ,是否匹配pattern 路径",
          "return": {
            "type": {
              "text": ""
            }
          }
        },
        {
          "kind": "function",
          "name": "getPathNames",
          "parameters": [
            {
              "name": "path",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "pattern",
              "type": {
                "text": "string"
              }
            }
          ]
        },
        {
          "kind": "variable",
          "name": "defaultResove",
          "type": {
            "text": "ResovlePathInterface"
          },
          "default": "{\n  resolvePath: (hash: string) => {\n    hash = decodeURI(hash);\n    let hashPath = '/';\n    if (hash.length > 1 && hash.substr(0, 1) == '#') {\n      hash = hash.slice(1); //#,去掉\n    }\n    let indexStart = hash.indexOf('?');\n    let queryString = '';\n    if (indexStart != -1) {\n      hashPath = hash.slice(0, indexStart);\n      hashPath = stripExtraTrailingSlash(hashPath);\n      queryString = hash.slice(hash.indexOf('?') + 1);\n    } else {\n      hashPath = stripExtraTrailingSlash(hash);\n      queryString = '';\n    }\n    return {\n      path: hashPath,\n      queryString: queryString,\n      queryData: queryString ? getQueryData(queryString) : {}\n    };\n  },\n  toPath: (url: string, jsonData: PathNameResult) => {\n    const queryString = toQueryString(jsonData);\n    const toPath = compile(url, {\n      validate: false,\n      encode: encodeURIComponent\n    });\n    const src = toPath(jsonData);\n    return stripExtraTrailingSlash(src) + (queryString ? '?' + queryString : '');\n  }\n}"
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "isPathURLMatchPattern",
          "declaration": {
            "name": "isPathURLMatchPattern",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "getPathNames",
          "declaration": {
            "name": "getPathNames",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "getQueryData",
          "declaration": {
            "name": "getQueryData",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "toQueryString",
          "declaration": {
            "name": "toQueryString",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "stripExtraTrailingSlash",
          "declaration": {
            "name": "stripExtraTrailingSlash",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "joinStringPath",
          "declaration": {
            "name": "joinStringPath",
            "module": "components/router/pathResovle.js"
          }
        },
        {
          "kind": "js",
          "name": "defaultResove",
          "declaration": {
            "name": "defaultResove",
            "module": "components/router/pathResovle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/router/router-link.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlRouterLink",
          "members": [
            {
              "kind": "field",
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "设置导航urlpattern",
              "attribute": "src"
            },
            {
              "kind": "field",
              "name": "external",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "是否为外部导航"
            },
            {
              "kind": "field",
              "name": "routerName",
              "type": {
                "text": "string"
              },
              "description": "匹配SlRouter 路由，如果未指定则等同default"
            },
            {
              "kind": "field",
              "name": "data",
              "type": {
                "text": "PathNameResult"
              },
              "description": "导航要提交的参数或者路径数据"
            },
            {
              "kind": "field",
              "name": "router",
              "privacy": "public"
            },
            {
              "kind": "method",
              "name": "goToLink",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            }
          ],
          "events": [
            {
              "description": "emit before router",
              "name": "sl-router-link-before",
              "reactName": "onSlRouterLinkBefore"
            }
          ],
          "attributes": [
            {
              "name": "src",
              "type": {
                "text": "string"
              },
              "description": "设置导航urlpattern",
              "fieldName": "src"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-router-link",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRouterLink",
            "module": "components/router/router-link.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-router-link",
          "declaration": {
            "name": "SlRouterLink",
            "module": "components/router/router-link.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/router/router.js",
      "declarations": [
        {
          "kind": "function",
          "name": "getRouterByName",
          "parameters": [
            {
              "name": "name",
              "default": "'default'",
              "type": {
                "text": "string"
              },
              "description": ",路由名称，默认为default"
            }
          ],
          "description": "根据路由名称，获取路由"
        },
        {
          "kind": "class",
          "description": "",
          "name": "SlRouter",
          "slots": [
            {
              "description": "The default slot:路由出口.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "设置路由名称",
              "attribute": "name",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "routers",
              "type": {
                "text": "RouterItem[]"
              },
              "description": "设置路由路径"
            },
            {
              "kind": "method",
              "name": "watchNameChange",
              "parameters": [
                {
                  "name": "oldName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "newName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "beforeRouter",
              "type": {
                "text": "(to: { item: RouterItem; data: RouterContextData }, from: { item: RouterItem; data: RouterContextData } | undefined, next: () => void) => void"
              },
              "description": "Router 守护"
            },
            {
              "kind": "field",
              "name": "afterRouter",
              "type": {
                "text": "(to: { item: RouterItem; data: RouterContextData }, from: { item: RouterItem; data: RouterContextData } | undefined) => void"
              },
              "description": "after Router"
            },
            {
              "kind": "field",
              "name": "_lastRouterItem",
              "type": {
                "text": "RouterItem"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_lastRouterData",
              "type": {
                "text": "RouterContextData"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_routerItem",
              "type": {
                "text": "RouterItem"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_routerData",
              "type": {
                "text": "RouterContextData"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "routerItem",
              "privacy": "public",
              "description": "获取当前匹配路由"
            },
            {
              "kind": "field",
              "name": "routerData",
              "privacy": "public",
              "description": "获取当前匹配路由数据"
            },
            {
              "kind": "field",
              "name": "lastRouterItem",
              "privacy": "public",
              "description": "上一次匹配路由"
            },
            {
              "kind": "field",
              "name": "lastRouterData",
              "privacy": "public",
              "description": "上一次匹配路由数据"
            },
            {
              "kind": "field",
              "name": "pathResovle",
              "type": {
                "text": "ResovlePathInterface"
              },
              "default": "defaultResove",
              "description": "设置路径解析器"
            },
            {
              "kind": "method",
              "name": "getCurrentPath",
              "description": "获取当前导航数据",
              "return": {
                "type": {
                  "text": ""
                }
              }
            },
            {
              "kind": "method",
              "name": "toHashPath",
              "parameters": [
                {
                  "name": "url",
                  "type": {
                    "text": "string"
                  },
                  "description": "路径,例如/user/list, /user/1000, /user/100?id=2223,"
                },
                {
                  "name": "jsonData",
                  "optional": true,
                  "type": {
                    "text": "PathNameResult"
                  },
                  "description": "参数 例如 {a:'1',b:'2'}"
                }
              ],
              "description": "将url 和 jsonData 转为hash 路径,并且进行导航"
            },
            {
              "kind": "method",
              "name": "findMathRouterItems",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "HASH_EVENT_BEFORE",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "static": true,
              "default": "'hash-router-before'"
            },
            {
              "kind": "field",
              "name": "HASH_EVENT_AFTER",
              "type": {
                "text": "string"
              },
              "privacy": "public",
              "static": true,
              "default": "'hash-router-after'"
            },
            {
              "kind": "method",
              "name": "excuteRouterComponenent",
              "privacy": "protected",
              "parameters": [
                {
                  "name": "matchItems",
                  "type": {
                    "text": "RouterItem[]"
                  },
                  "description": "当前匹配的路径路径"
                },
                {
                  "name": "pattern",
                  "type": {
                    "text": "string"
                  },
                  "description": "当前路由pattern 值"
                }
              ],
              "description": "处理路由匹配"
            },
            {
              "kind": "field",
              "name": "routerChangeHanlder",
              "privacy": "protected"
            },
            {
              "kind": "field",
              "default": "this"
            }
          ],
          "events": [
            {
              "description": "emit before router,user can prevent router",
              "name": "hash-router-before",
              "reactName": "onHashRouterBefore"
            },
            {
              "description": "emit after router",
              "name": "hash-router-after",
              "reactName": "onHashRouterAfter"
            },
            {
              "description": "emit when router is prevented",
              "name": "hash-prevented",
              "reactName": "onHashPrevented"
            },
            {
              "description": "emit when router not found",
              "name": "not-found",
              "reactName": "onNotFound"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "'default'",
              "description": "设置路由名称",
              "fieldName": "name"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "tagName": "sl-router",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "getRouterByName",
          "declaration": {
            "name": "getRouterByName",
            "module": "components/router/router.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlRouter",
            "module": "components/router/router.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-router",
          "declaration": {
            "name": "SlRouter",
            "module": "components/router/router.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/scroll/scroll.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlScroll",
          "cssProperties": [
            {
              "description": "scroll bar width.",
              "name": "--scroll-bar-width"
            },
            {
              "description": "scroll bar-outer width.",
              "name": "--scroll-bar-outer-width"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The component's  scroll div.",
              "name": "content"
            },
            {
              "description": "The component's slot wrapper.",
              "name": "content-wrap"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "overflowX",
              "type": {
                "text": "overflowType"
              },
              "default": "''",
              "description": "hidden, then the horizontal scrollbar is always hidden, otherwise it is automatically hidden according to the content",
              "attribute": "overflow-x",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "overflowY",
              "type": {
                "text": "overflowType"
              },
              "default": "''",
              "description": "hidden, then the vertical scrollbar is hidden, otherwise it is automatically shown hidden according to the content",
              "attribute": "overflow-y",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "keyEnable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Whether or not to allow the keyboard to scroll up, down, left, and right keys",
              "attribute": "keyEnable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "scrollBarWidth",
              "type": {
                "text": "number"
              },
              "default": "8",
              "description": "Scroll bar width",
              "attribute": "scroll-bar-width",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "scrollBarOutWidth",
              "type": {
                "text": "number"
              },
              "default": "12",
              "description": "Scroll bar The width of the container, which must be greater than the width of the scroll bar",
              "attribute": "scroll-bar-out-width",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "minScrollSize",
              "type": {
                "text": "number"
              },
              "default": "20"
            },
            {
              "kind": "field",
              "name": "scrollItemValue",
              "type": {
                "text": "number"
              },
              "default": "30",
              "description": "Define the scroll value size"
            },
            {
              "kind": "method",
              "name": "_wheelHander",
              "privacy": "private",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "WheelEvent"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "_touchStartX",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "field",
              "name": "_touchStartY",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "0"
            },
            {
              "kind": "method",
              "name": "_touchStartHanlder",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "_touchMoveHanlder",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "TouchEvent"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "rightBottom",
              "type": {
                "text": "HTMLElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "contentDIV",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "content_wrap_DIV",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "containerDIV",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "partYScroll",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "partYHandler",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "partXScroll",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "partXHandler",
              "type": {
                "text": "HTMLDivElement"
              },
              "privacy": "public"
            },
            {
              "kind": "field",
              "name": "_obersver",
              "type": {
                "text": "ResizeObserver | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_isMouseOn",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "_MouseOnEventHandler",
              "type": {
                "text": "EventListener"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_MouseOutEventHandler",
              "type": {
                "text": "EventListener"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_docEventHandler",
              "type": {
                "text": "EventListener"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_initScrollBarEvent",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "_intiKeyEvent",
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_resizeDispachFun",
              "type": {
                "text": "() => void"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "resize",
              "description": "When a container, or child element, changes, the resize function and event are triggered"
            },
            {
              "kind": "field",
              "name": "caculateYBarHeight"
            },
            {
              "kind": "field",
              "name": "caculateXBarWidth"
            },
            {
              "kind": "method",
              "name": "caculateYBarPosition"
            },
            {
              "kind": "method",
              "name": "caculateXBarPosition"
            },
            {
              "kind": "field",
              "name": "_yDispatchMethod",
              "type": {
                "text": "(oldValue: number, newValue: number) => void | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "_xDispatchMethod",
              "type": {
                "text": "(oldValue: number, newValue: number) => void | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "xDispatchMethod",
              "privacy": "protected"
            },
            {
              "kind": "field",
              "name": "yDispatchMethod",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "_emitEvent",
              "privacy": "private",
              "parameters": [
                {
                  "name": "eventName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "obj",
                  "optional": true,
                  "type": {
                    "text": "{}"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "_scrollDispatchMethod",
              "type": {
                "text": "() => void | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "scrollDispatchMethod",
              "privacy": "protected"
            },
            {
              "kind": "method",
              "name": "_scrollEvent",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "changeYScroll",
              "parameters": [
                {
                  "name": "scrollValue",
                  "default": "0",
                  "type": {
                    "text": "number"
                  },
                  "description": "Change vertical content scrolling position"
                }
              ]
            },
            {
              "kind": "field",
              "name": "throttTime",
              "type": {
                "text": "number"
              },
              "privacy": "public",
              "default": "20",
              "description": "Event throttling time",
              "attribute": "throttTime"
            },
            {
              "kind": "method",
              "name": "changeXScroll",
              "parameters": [
                {
                  "name": "scrollValue",
                  "default": "0",
                  "type": {
                    "text": "number"
                  },
                  "description": "How much to change"
                }
              ],
              "description": "Change horizontal content scrolling position"
            },
            {
              "kind": "method",
              "name": "changeYBarPosition",
              "parameters": [
                {
                  "name": "changeValue",
                  "default": "0",
                  "type": {
                    "text": "number"
                  },
                  "description": "Change value of vertical scroll bar, >0 Down"
                }
              ],
              "description": "Change vertical scrolling to enlarge the position"
            },
            {
              "kind": "method",
              "name": "changeXBarPosition",
              "parameters": [
                {
                  "name": "changeValue",
                  "default": "0",
                  "type": {
                    "text": "number"
                  },
                  "description": "Size of change"
                }
              ],
              "description": "Change the position of the horizontal scroll bar"
            },
            {
              "kind": "method",
              "name": "scrollYToEnd",
              "description": "Vertical scroll bar Scroll to the bottom"
            },
            {
              "kind": "method",
              "name": "scrollYToValue",
              "parameters": [
                {
                  "name": "scrollTop",
                  "default": "0",
                  "type": {
                    "text": "number"
                  }
                }
              ],
              "description": "Scroll vertical content to a specific position"
            },
            {
              "kind": "method",
              "name": "scrollXToEnd",
              "description": "Horizontal scroll bar scrolls to the far right"
            },
            {
              "kind": "method",
              "name": "scrollXToValue",
              "parameters": [
                {
                  "name": "scrollLeft",
                  "default": "0",
                  "type": {
                    "text": "number"
                  },
                  "description": "Horizontal content scrolling to a specific position"
                }
              ]
            }
          ],
          "events": [
            {
              "type": {
                "text": "{scrollLeft:number,scrollTop:number,value:number}"
              },
              "description": "Emitted when scroll y bar .",
              "name": "sl-scroll-y",
              "reactName": "onSlScrollY"
            },
            {
              "type": {
                "text": "{scrollLeft:number,scrollTop:number,value:number}"
              },
              "description": "Emitted when scroll x bar .",
              "name": "sl-scroll-x",
              "reactName": "onSlScrollX"
            },
            {
              "type": {
                "text": "{scrollLeft:number,scrollTop:number}"
              },
              "description": "Emitted when scroll y bar to end .",
              "name": "sl-scroll-y-end",
              "reactName": "onSlScrollYEnd"
            },
            {
              "type": {
                "text": "{scrollLeft:number,scrollTop:number}"
              },
              "description": "Emitted when scroll x bar to end .",
              "name": "sl-scroll-x-end",
              "reactName": "onSlScrollXEnd"
            },
            {
              "type": {
                "text": "{scrollLeft:number,scrollTop:number}"
              },
              "description": "Emitted when scroll  bar change .",
              "name": "sl-scroll-change",
              "reactName": "onSlScrollChange"
            },
            {
              "description": "Emitted when component size  change",
              "name": "resize",
              "reactName": "onResize"
            }
          ],
          "attributes": [
            {
              "name": "overflow-x",
              "type": {
                "text": "overflowType"
              },
              "default": "''",
              "description": "hidden, then the horizontal scrollbar is always hidden, otherwise it is automatically hidden according to the content",
              "fieldName": "overflowX"
            },
            {
              "name": "overflow-y",
              "type": {
                "text": "overflowType"
              },
              "default": "''",
              "description": "hidden, then the vertical scrollbar is hidden, otherwise it is automatically shown hidden according to the content",
              "fieldName": "overflowY"
            },
            {
              "name": "keyEnable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Whether or not to allow the keyboard to scroll up, down, left, and right keys",
              "fieldName": "keyEnable"
            },
            {
              "name": "scroll-bar-width",
              "type": {
                "text": "number"
              },
              "default": "8",
              "description": "Scroll bar width",
              "fieldName": "scrollBarWidth"
            },
            {
              "name": "scroll-bar-out-width",
              "type": {
                "text": "number"
              },
              "default": "12",
              "description": "Scroll bar The width of the container, which must be greater than the width of the scroll bar",
              "fieldName": "scrollBarOutWidth"
            },
            {
              "name": "throttTime",
              "type": {
                "text": "number"
              },
              "default": "20",
              "description": "Event throttling time",
              "fieldName": "throttTime"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "dependencies": [
            "undefined"
          ],
          "tagName": "sl-scroll",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlScroll",
            "module": "components/scroll/scroll.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-scroll",
          "declaration": {
            "name": "SlScroll",
            "module": "components/scroll/scroll.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/select/select.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSelect",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The select's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The container the wraps the prefix, combobox, clear icon, and expand button.",
              "name": "combobox"
            },
            {
              "description": "The container that wraps the prefix slot.",
              "name": "prefix"
            },
            {
              "description": "The element that displays the selected option's label, an `<input>` element.",
              "name": "display-input"
            },
            {
              "description": "The listbox container where options are slotted.",
              "name": "listbox"
            },
            {
              "description": "The container that houses option tags when `multiselect` is used.",
              "name": "tags"
            },
            {
              "description": "The individual tags that represent each multiselect option.",
              "name": "tag"
            },
            {
              "description": "The tag's base part.",
              "name": "tag__base"
            },
            {
              "description": "The tag's content part.",
              "name": "tag__content"
            },
            {
              "description": "The tag's remove button.",
              "name": "tag__remove-button"
            },
            {
              "description": "The tag's remove button base part.",
              "name": "tag__remove-button__base"
            },
            {
              "description": "The clear button.",
              "name": "clear-button"
            },
            {
              "description": "The container that wraps the expand icon.",
              "name": "expand-icon"
            }
          ],
          "slots": [
            {
              "description": "The listbox options. Must be `<sl-option>` elements. You can use `<sl-divider>` to group items visually.",
              "name": ""
            },
            {
              "description": "The input's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Used to prepend a presentational icon or similar element to the combobox.",
              "name": "prefix"
            },
            {
              "description": "An icon to use in lieu of the default clear icon.",
              "name": "clear-icon"
            },
            {
              "description": "The icon to show when the control is expanded and collapsed. Rotates on open and close.",
              "name": "expand-icon"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    assumeInteractionOn: ['sl-blur', 'sl-input']\n  })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "typeToSelectString",
              "type": {
                "text": "string"
              },
              "privacy": "private",
              "default": "''"
            },
            {
              "kind": "field",
              "name": "typeToSelectTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "SlPopup"
              }
            },
            {
              "kind": "field",
              "name": "combobox",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "displayInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "valueInput",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "listbox",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "displayLabel",
              "type": {
                "text": "string"
              },
              "default": "''"
            },
            {
              "kind": "field",
              "name": "currentOption",
              "type": {
                "text": "SlOption"
              }
            },
            {
              "kind": "field",
              "name": "selectedOptions",
              "type": {
                "text": "SlOption[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the select, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The select's size.",
              "attribute": "size"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the select is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows more than one option to be selected.",
              "attribute": "multiple",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "maxOptionsVisible",
              "type": {
                "text": "number"
              },
              "default": "3",
              "description": "The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
              "attribute": "max-options-visible"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select control.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the select is not empty.",
              "attribute": "clearable"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "attribute": "hoist"
            },
            {
              "kind": "field",
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled select.",
              "attribute": "filled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style select with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.",
              "attribute": "placement",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The select's required attribute.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "addOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "removeOpenListeners",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDocumentFocusIn",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDocumentKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDocumentMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleLabelClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleComboboxMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleComboboxKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClearClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClearMouseDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleOptionClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDefaultSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTagRemove",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "SlRemoveEvent"
                  }
                },
                {
                  "name": "option",
                  "type": {
                    "text": "SlOption"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getAllOptions",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getFirstOption",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "setCurrentOption",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "SlOption | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setSelectedOptions",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "SlOption | SlOption[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "toggleOptionSelection",
              "privacy": "private",
              "parameters": [
                {
                  "name": "option",
                  "type": {
                    "text": "SlOption"
                  }
                },
                {
                  "name": "force",
                  "optional": true,
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectionChanged",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the listbox."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the listbox."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the control."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the control."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control's value changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the control's value is cleared.",
              "name": "sl-clear",
              "reactName": "onSlClear"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the select's menu opens.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the select's menu opens and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the select's menu closes.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the select's menu closes and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the select, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string | string[]"
              },
              "default": "''",
              "description": "The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the\nvalue will be a space-delimited list of values based on the options selected.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The select's size.",
              "fieldName": "size"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the select is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "multiple",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Allows more than one option to be selected.",
              "fieldName": "multiple"
            },
            {
              "name": "max-options-visible",
              "type": {
                "text": "number"
              },
              "default": "3",
              "description": "The maximum number of selected options to show when `multiple` is true. After the maximum, \"+n\" will be shown to\nindicate the number of additional items that are selected. Set to 0 to remove the limit.",
              "fieldName": "maxOptionsVisible"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the select control.",
              "fieldName": "disabled"
            },
            {
              "name": "clearable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Adds a clear button when the select is not empty.",
              "fieldName": "clearable"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the select is open. You can toggle this attribute to show and hide the menu, or you can\nuse the `show()` and `hide()` methods and this attribute will reflect the select's open state.",
              "fieldName": "open"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the listbox from being clipped when the component is placed inside a container with\n`overflow: auto|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all, scenarios.",
              "fieldName": "hoist"
            },
            {
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled select.",
              "fieldName": "filled"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style select with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom'"
              },
              "default": "'bottom'",
              "description": "The preferred placement of the select's menu. Note that the actual placement may vary as needed to keep the listbox\ninside of the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The select's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The select's required attribute.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Selects allow you to choose items from a menu of predefined options.",
          "documentation": "https://shoelace.style/components/select",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon",
            "sl-popup",
            "sl-tag"
          ],
          "tagName": "sl-select",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSelect",
            "module": "components/select/select.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-select",
          "declaration": {
            "name": "SlSelect",
            "module": "components/select/select.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/skeleton/skeleton.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSkeleton",
          "cssProperties": [
            {
              "description": "The skeleton's border radius.",
              "name": "--border-radius"
            },
            {
              "description": "The color of the skeleton.",
              "name": "--color"
            },
            {
              "description": "The sheen color when the skeleton is in its loading state.",
              "name": "--sheen-color"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The skeleton's indicator which is responsible for its color and animation.",
              "name": "indicator"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "effect",
              "type": {
                "text": "'pulse' | 'sheen' | 'none'"
              },
              "default": "'none'",
              "description": "Determines which effect the skeleton will use.",
              "attribute": "effect"
            }
          ],
          "attributes": [
            {
              "name": "effect",
              "type": {
                "text": "'pulse' | 'sheen' | 'none'"
              },
              "default": "'none'",
              "description": "Determines which effect the skeleton will use.",
              "fieldName": "effect"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Skeletons are used to provide a visual representation of where content will eventually be drawn.",
          "documentation": "https://shoelace.style/components/skeleton",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-skeleton",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSkeleton",
            "module": "components/skeleton/skeleton.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-skeleton",
          "declaration": {
            "name": "SlSkeleton",
            "module": "components/skeleton/skeleton.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/slider/slider.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSlider",
          "cssProperties": [
            {
              "description": "The dot color.",
              "name": "--slider-dot-color"
            },
            {
              "description": "The arrow color.",
              "name": "--slider-arrow-color"
            },
            {
              "description": "The arrow hover color.",
              "name": "--slider-arrow-color-hover"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The component's dots wrapper.",
              "name": "dots"
            },
            {
              "description": "The component's previous Button.",
              "name": "previous-button"
            },
            {
              "description": "The component's next Button.",
              "name": "next-button"
            }
          ],
          "slots": [
            {
              "description": "Insert HTML Elements which will be used as slides",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "gliderWrapper",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "no_arrows",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set arrows are rendered",
              "attribute": "no_arrows",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "no_dots",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set navigation dots are rendered",
              "attribute": "no_dots",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "slidesToShow",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The amount of visible Slides",
              "attribute": "slidesToShow",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "slidesToScroll",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The amount of Slides to Scroll",
              "attribute": "slidesToScroll",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "itemWidth",
              "default": "undefined",
              "description": "This value is ignored unless slidesToShow is set to auto, in which it is then required.",
              "attribute": "itemWidth",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "description": "An aggravator used to control animation speed. Higher is slower!",
              "attribute": "duration",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "draggable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Wenn set the slides are draggable",
              "attribute": "draggable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "scrollLock",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will scroll to the nearest slide after any scroll interactions",
              "attribute": "scrollLock",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "resizeLock",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will lock to the nearest slide on resizing of the window",
              "attribute": "resizeLock",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "rewind",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will scroll to the beginning/end when its respective endpoint is reached",
              "attribute": "rewind",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "autoScroll",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "This value is ignored unless rewind is set to true. Amount of second till next slide",
              "attribute": "autoScroll",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "baseOptions",
              "type": {
                "text": "object"
              },
              "default": "{}"
            },
            {
              "kind": "field",
              "name": "gliderInstance",
              "type": {
                "text": "any"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "interval",
              "type": {
                "text": "any"
              },
              "default": "null"
            },
            {
              "kind": "method",
              "name": "collectOtions"
            },
            {
              "kind": "method",
              "name": "startAutoScroll"
            },
            {
              "kind": "method",
              "name": "hasChanged"
            },
            {
              "kind": "method",
              "name": "handleSlotChange"
            },
            {
              "kind": "method",
              "name": "handleDotsSlot"
            },
            {
              "kind": "method",
              "name": "buildGlider"
            }
          ],
          "attributes": [
            {
              "name": "no_arrows",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set arrows are rendered",
              "fieldName": "no_arrows"
            },
            {
              "name": "no_dots",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set navigation dots are rendered",
              "fieldName": "no_dots"
            },
            {
              "name": "slidesToShow",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The amount of visible Slides",
              "fieldName": "slidesToShow"
            },
            {
              "name": "slidesToScroll",
              "type": {
                "text": "number"
              },
              "default": "1",
              "description": "The amount of Slides to Scroll",
              "fieldName": "slidesToScroll"
            },
            {
              "name": "itemWidth",
              "default": "undefined",
              "description": "This value is ignored unless slidesToShow is set to auto, in which it is then required.",
              "resolveInitializer": {
                "module": "src/components/slider/slider.ts"
              },
              "fieldName": "itemWidth"
            },
            {
              "name": "duration",
              "type": {
                "text": "number"
              },
              "default": "0.5",
              "description": "An aggravator used to control animation speed. Higher is slower!",
              "fieldName": "duration"
            },
            {
              "name": "draggable",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Wenn set the slides are draggable",
              "fieldName": "draggable"
            },
            {
              "name": "scrollLock",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will scroll to the nearest slide after any scroll interactions",
              "fieldName": "scrollLock"
            },
            {
              "name": "resizeLock",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will lock to the nearest slide on resizing of the window",
              "fieldName": "resizeLock"
            },
            {
              "name": "rewind",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "If true, Glider.js will scroll to the beginning/end when its respective endpoint is reached",
              "fieldName": "rewind"
            },
            {
              "name": "autoScroll",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "This value is ignored unless rewind is set to true. Amount of second till next slide",
              "fieldName": "autoScroll"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-slider",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSlider",
            "module": "components/slider/slider.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-slider",
          "declaration": {
            "name": "SlSlider",
            "module": "components/slider/slider.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/spinner/spinner.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSpinner",
          "cssProperties": [
            {
              "description": "The color of the indicator.",
              "name": "--indicator-color"
            },
            {
              "description": "The time it takes for the spinner to complete one animation cycle.",
              "name": "--speed"
            }
          ],
          "cssParts": [
            {
              "description": "The component's internal wrapper.",
              "name": "base"
            }
          ],
          "members": [],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Spinners are used to show the progress of an indeterminate operation.",
          "documentation": "https://shoelace.style/components/spinner",
          "since": "2.0",
          "status": "stable",
          "viur": "0.5",
          "tagName": "sl-spinner",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSpinner",
            "module": "components/spinner/spinner.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-spinner",
          "declaration": {
            "name": "SlSpinner",
            "module": "components/spinner/spinner.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/spinner-circle/spinner-circle.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSpinnerCircle",
          "cssProperties": [
            {
              "description": "The width of the track.",
              "name": "--track-width"
            },
            {
              "description": "The color of the track.",
              "name": "--track-color"
            },
            {
              "description": "The color of the spinner's indicator.",
              "name": "--indicator-color"
            },
            {
              "description": "The time it takes for the spinner to complete one animation cycle.",
              "name": "--speed"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Spinners are used to show the progress of an indeterminate operation.",
          "documentation": "https://shoelace.style/components/spinner",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-spinner-circle",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSpinnerCircle",
            "module": "components/spinner-circle/spinner-circle.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-spinner-circle",
          "declaration": {
            "name": "SlSpinnerCircle",
            "module": "components/spinner-circle/spinner-circle.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/split-panel/split-panel.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSplitPanel",
          "cssProperties": [
            {
              "description": "The width of the visible divider.",
              "name": "--divider-width",
              "default": "4px"
            },
            {
              "description": "The invisible region around the divider where dragging can occur. This is usually wider than the divider to facilitate easier dragging.",
              "name": "--divider-hit-area",
              "default": "12px"
            },
            {
              "description": "The minimum allowed size of the primary panel.",
              "name": "--min",
              "default": "0"
            },
            {
              "description": "The maximum allowed size of the primary panel.",
              "name": "--max",
              "default": "100%"
            }
          ],
          "cssParts": [
            {
              "description": "The start panel.",
              "name": "start"
            },
            {
              "description": "The end panel.",
              "name": "end"
            },
            {
              "description": "Targets both the start and end panels.",
              "name": "panel"
            },
            {
              "description": "The divider that separates the start and end panels.",
              "name": "divider"
            },
            {
              "description": "The minimize sl-button.",
              "name": "minimize"
            }
          ],
          "slots": [
            {
              "description": "Content to place in the start panel.",
              "name": "start"
            },
            {
              "description": "Content to place in the end panel.",
              "name": "end"
            },
            {
              "description": "The divider. Useful for slotting in a custom icon that renders as a handle.",
              "name": "divider"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "cachedPositionInPixels",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "lastPosition",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "divider",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The current position of the divider from the primary panel's edge as a percentage 0-100. Defaults to 50% of the\ncontainer's initial size.",
              "attribute": "position",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "positionInPixels",
              "type": {
                "text": "number"
              },
              "description": "The current position of the divider from the primary panel's edge in pixels.",
              "attribute": "position-in-pixels"
            },
            {
              "kind": "field",
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the split panel in a vertical orientation with the start and end panels stacked.",
              "attribute": "vertical",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables resizing. Note that the position may still change as a result of resizing the host element.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "primary",
              "type": {
                "text": "'start' | 'end' | undefined"
              },
              "description": "If no primary panel is designated, both panels will resize proportionally when the host element is resized. If a\nprimary panel is designated, it will maintain its size and the other panel will grow or shrink as needed when the\nhost element is resized.",
              "attribute": "primary"
            },
            {
              "kind": "field",
              "name": "snap",
              "type": {
                "text": "string | undefined"
              },
              "description": "One or more space-separated values at which the divider should snap. Values can be in pixels or percentages, e.g.\n`\"100px 50%\"`.",
              "attribute": "snap"
            },
            {
              "kind": "field",
              "name": "snapThreshold",
              "type": {
                "text": "number"
              },
              "default": "12",
              "description": "How close the divider must be to a snap point until snapping occurs.",
              "attribute": "snap-threshold"
            },
            {
              "kind": "field",
              "name": "minimize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the minimizer Button",
              "attribute": "minimize",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "detectSize",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "percentageToPixels",
              "privacy": "private",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "pixelsToPercentage",
              "privacy": "private",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleDrag",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "PointerEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleResize",
              "privacy": "private",
              "parameters": [
                {
                  "name": "entries",
                  "type": {
                    "text": "ResizeObserverEntry[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handlePositionChange"
            },
            {
              "kind": "method",
              "name": "handlePositionInPixelsChange"
            },
            {
              "kind": "method",
              "name": "handleVerticalChange"
            },
            {
              "kind": "method",
              "name": "handleMinimize",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the divider's position changes.",
              "name": "sl-reposition",
              "reactName": "onSlReposition"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "description": "The current position of the divider from the primary panel's edge as a percentage 0-100. Defaults to 50% of the\ncontainer's initial size.",
              "fieldName": "position"
            },
            {
              "name": "position-in-pixels",
              "type": {
                "text": "number"
              },
              "description": "The current position of the divider from the primary panel's edge in pixels.",
              "fieldName": "positionInPixels"
            },
            {
              "name": "vertical",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the split panel in a vertical orientation with the start and end panels stacked.",
              "fieldName": "vertical"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables resizing. Note that the position may still change as a result of resizing the host element.",
              "fieldName": "disabled"
            },
            {
              "name": "primary",
              "type": {
                "text": "'start' | 'end' | undefined"
              },
              "description": "If no primary panel is designated, both panels will resize proportionally when the host element is resized. If a\nprimary panel is designated, it will maintain its size and the other panel will grow or shrink as needed when the\nhost element is resized.",
              "fieldName": "primary"
            },
            {
              "name": "snap",
              "type": {
                "text": "string | undefined"
              },
              "description": "One or more space-separated values at which the divider should snap. Values can be in pixels or percentages, e.g.\n`\"100px 50%\"`.",
              "fieldName": "snap"
            },
            {
              "name": "snap-threshold",
              "type": {
                "text": "number"
              },
              "default": "12",
              "description": "How close the divider must be to a snap point until snapping occurs.",
              "fieldName": "snapThreshold"
            },
            {
              "name": "minimize",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the minimizer Button",
              "fieldName": "minimize"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Split panels display two adjacent panels, allowing the user to reposition them.",
          "documentation": "https://shoelace.style/components/split-panel",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-split-panel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSplitPanel",
            "module": "components/split-panel/split-panel.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-split-panel",
          "declaration": {
            "name": "SlSplitPanel",
            "module": "components/split-panel/split-panel.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/switch/switch.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlSwitch",
          "cssProperties": [
            {
              "description": "The width of the switch.",
              "name": "--width"
            },
            {
              "description": "The height of the switch.",
              "name": "--height"
            },
            {
              "description": "The size of the thumb.",
              "name": "--thumb-size"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The control that houses the switch's thumb.",
              "name": "control"
            },
            {
              "description": "The switch's thumb.",
              "name": "thumb"
            },
            {
              "description": "The switch's label.",
              "name": "label"
            }
          ],
          "slots": [
            {
              "description": "The switch's label.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    value: (control: SlSwitch) => (control.checked ? control.value || 'on' : undefined),\n    defaultValue: (control: SlSwitch) => control.defaultChecked,\n    setValue: (control: SlSwitch, checked: boolean) => (control.checked = checked)\n  })"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the switch, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the switch, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The switch's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the switch.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the switch in a checked state.",
              "attribute": "checked",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultChecked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the switch a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleCheckedChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "click",
              "description": "Simulates a click on the switch."
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the switch."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the switch."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when the control's checked state changes.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the switch, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "description": "The current value of the switch, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The switch's size.",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the switch.",
              "fieldName": "disabled"
            },
            {
              "name": "checked",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the switch in a checked state.",
              "fieldName": "checked"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the switch a required field.",
              "fieldName": "required"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Switches allow the user to toggle an option on or off.",
          "documentation": "https://shoelace.style/components/switch",
          "status": "stable",
          "viur": "0.5",
          "since": "2.0",
          "tagName": "sl-switch",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlSwitch",
            "module": "components/switch/switch.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-switch",
          "declaration": {
            "name": "SlSwitch",
            "module": "components/switch/switch.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tab/tab.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTab",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The close button, an `<sl-icon-button>`.",
              "name": "close-button"
            },
            {
              "description": "The close button's exported `base` part.",
              "name": "close-button__base"
            }
          ],
          "slots": [
            {
              "description": "The tab's label.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "attrId",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "++id"
            },
            {
              "kind": "field",
              "name": "componentId",
              "privacy": "private",
              "default": "`sl-tab-${this.attrId}`"
            },
            {
              "kind": "field",
              "name": "tab",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "panel",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the tab panel this tab is associated with. The panel must be located in the same tab group.",
              "attribute": "panel",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the tab in an active state.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "closable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the tab closable and shows a close button.",
              "attribute": "closable"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tab and prevents selection.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleCloseClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleActiveChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus to the tab."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the tab."
            }
          ],
          "events": [
            {
              "description": "Emitted when the tab is closable and the close button is activated.",
              "name": "sl-close",
              "reactName": "onSlClose"
            }
          ],
          "attributes": [
            {
              "name": "panel",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the tab panel this tab is associated with. The panel must be located in the same tab group.",
              "fieldName": "panel"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the tab in an active state.",
              "fieldName": "active"
            },
            {
              "name": "closable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the tab closable and shows a close button.",
              "fieldName": "closable"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tab and prevents selection.",
              "fieldName": "disabled"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Tabs are used inside [tab groups](/components/tab-group) to represent and activate [tab panels](/components/tab-panel).",
          "documentation": "https://shoelace.style/components/tab",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "tagName": "sl-tab",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTab",
            "module": "components/tab/tab.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tab",
          "declaration": {
            "name": "SlTab",
            "module": "components/tab/tab.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tab-group/tab-group.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTabGroup",
          "cssProperties": [
            {
              "description": "The color of the active tab indicator.",
              "name": "--indicator-color"
            },
            {
              "description": "The color of the indicator's track (the line that separates tabs from panels).",
              "name": "--track-color"
            },
            {
              "description": "The width of the indicator's track (the line that separates tabs from panels).",
              "name": "--track-width"
            },
            {
              "description": "The backgroundcolor of the navigationbar",
              "name": "--tab-flap-background-color"
            },
            {
              "description": "The backgroundcolor of the active tab",
              "name": "--tab-flap-color"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The tab group's navigation container where tabs are slotted in.",
              "name": "nav"
            },
            {
              "description": "The container that wraps the tabs.",
              "name": "tabs"
            },
            {
              "description": "The line that highlights the currently selected tab.",
              "name": "active-tab-indicator"
            },
            {
              "description": "The tab group's body where tab panels are slotted in.",
              "name": "body"
            },
            {
              "description": "The previous/next scroll buttons that show when tabs are scrollable, an `<sl-icon-button>`.",
              "name": "scroll-button"
            },
            {
              "description": "The starting scroll button.",
              "name": "scroll-button--start"
            },
            {
              "description": "The ending scroll button.",
              "name": "scroll-button--end"
            },
            {
              "description": "The scroll button's exported `base` part.",
              "name": "scroll-button__base"
            }
          ],
          "slots": [
            {
              "description": "Used for grouping tab panels in the tab group. Must be `<sl-tab-panel>` elements.",
              "name": ""
            },
            {
              "description": "Used for grouping tabs in the tab group. Must be `<sl-tab>` elements.",
              "name": "nav"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "activeTab",
              "type": {
                "text": "SlTab | undefined"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "mutationObserver",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "tabs",
              "type": {
                "text": "SlTab[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "panels",
              "type": {
                "text": "SlTabPanel[]"
              },
              "privacy": "private",
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "tabGroup",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "nav",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "indicator",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "hasScrollControls",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom' | 'start' | 'end'"
              },
              "default": "'top'",
              "description": "The placement of the tabs.",
              "attribute": "placement"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "\"indicator\" | \"flap\""
              },
              "default": "\"indicator\"",
              "description": "use a styling variant",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "activation",
              "type": {
                "text": "'auto' | 'manual'"
              },
              "default": "'auto'",
              "description": "When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.",
              "attribute": "activation"
            },
            {
              "kind": "field",
              "name": "noScrollControls",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the scroll arrows that appear when tabs overflow.",
              "attribute": "no-scroll-controls"
            },
            {
              "kind": "method",
              "name": "getAllTabs",
              "privacy": "private",
              "parameters": [
                {
                  "name": "options",
                  "default": "{ includeDisabled: true }",
                  "type": {
                    "text": "{ includeDisabled: boolean }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getAllPanels",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getActiveTab",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleScrollToStart",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleScrollToEnd",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "setActiveTab",
              "privacy": "private",
              "parameters": [
                {
                  "name": "tab",
                  "type": {
                    "text": "SlTab"
                  }
                },
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "{ emitEvents?: boolean; scrollBehavior?: 'auto' | 'smooth' }"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setAriaLabels",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "repositionIndicator",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "syncTabsAndPanels",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "updateScrollControls"
            },
            {
              "kind": "method",
              "name": "syncIndicator"
            },
            {
              "kind": "method",
              "name": "show",
              "parameters": [
                {
                  "name": "panel",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Shows the specified tab panel."
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ name: String }"
              },
              "description": "Emitted when a tab is shown.",
              "name": "sl-tab-show",
              "reactName": "onSlTabShow"
            },
            {
              "type": {
                "text": "{ name: String }"
              },
              "description": "Emitted when a tab is hidden.",
              "name": "sl-tab-hide",
              "reactName": "onSlTabHide"
            }
          ],
          "attributes": [
            {
              "name": "placement",
              "type": {
                "text": "'top' | 'bottom' | 'start' | 'end'"
              },
              "default": "'top'",
              "description": "The placement of the tabs.",
              "fieldName": "placement"
            },
            {
              "name": "variant",
              "type": {
                "text": "\"indicator\" | \"flap\""
              },
              "default": "\"indicator\"",
              "description": "use a styling variant",
              "fieldName": "variant"
            },
            {
              "name": "activation",
              "type": {
                "text": "'auto' | 'manual'"
              },
              "default": "'auto'",
              "description": "When set to auto, navigating tabs with the arrow keys will instantly show the corresponding tab panel. When set to\nmanual, the tab will receive focus but will not show until the user presses spacebar or enter.",
              "fieldName": "activation"
            },
            {
              "name": "no-scroll-controls",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the scroll arrows that appear when tabs overflow.",
              "fieldName": "noScrollControls"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Tab groups organize content into a container that shows one section at a time.",
          "documentation": "https://shoelace.style/components/tab-group",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "tagName": "sl-tab-group",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTabGroup",
            "module": "components/tab-group/tab-group.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tab-group",
          "declaration": {
            "name": "SlTabGroup",
            "module": "components/tab-group/tab-group.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tab-panel/tab-panel.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTabPanel",
          "cssProperties": [
            {
              "description": "The tab panel's padding.",
              "name": "--padding"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The tab panel's content.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "attrId",
              "type": {
                "text": "number"
              },
              "privacy": "private",
              "default": "++id"
            },
            {
              "kind": "field",
              "name": "componentId",
              "privacy": "private",
              "default": "`sl-tab-panel-${this.attrId}`"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The tab panel's name.",
              "attribute": "name",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, the tab panel will be shown.",
              "attribute": "active",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "handleActiveChange"
            }
          ],
          "attributes": [
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The tab panel's name.",
              "fieldName": "name"
            },
            {
              "name": "active",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "When true, the tab panel will be shown.",
              "fieldName": "active"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Tab panels are used inside [tab groups](/components/tab-group) to display tabbed content.",
          "documentation": "https://shoelace.style/components/tab-panel",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-tab-panel",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTabPanel",
            "module": "components/tab-panel/tab-panel.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tab-panel",
          "declaration": {
            "name": "SlTabPanel",
            "module": "components/tab-panel/tab-panel.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/cases.js",
      "declarations": [],
      "exports": []
    },
    {
      "kind": "javascript-module",
      "path": "components/table/cellEditorRenderer.js",
      "declarations": [
        {
          "kind": "function",
          "name": "boneEditor",
          "return": {
            "type": {
              "text": "any"
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "onRendered",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "success",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "cancel",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "editParams",
              "type": {
                "text": "any"
              }
            }
          ]
        },
        {
          "kind": "function",
          "name": "updateData",
          "parameters": [
            {
              "name": "formData",
              "type": {
                "text": "FormData"
              }
            },
            {
              "name": "skelKey",
              "type": {
                "text": "string"
              }
            },
            {
              "name": "tableInstance",
              "type": {
                "text": "SlBone"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "boneEditor",
          "declaration": {
            "name": "boneEditor",
            "module": "components/table/cellEditorRenderer.js"
          }
        },
        {
          "kind": "js",
          "name": "updateData",
          "declaration": {
            "name": "updateData",
            "module": "components/table/cellEditorRenderer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/cellRenderer.js",
      "declarations": [
        {
          "kind": "function",
          "name": "boneFormatter",
          "return": {
            "type": {
              "text": "any"
            }
          },
          "parameters": [
            {
              "name": "cell",
              "type": {
                "text": "any"
              }
            },
            {
              "name": "viewParams",
              "type": {
                "text": "object"
              }
            },
            {
              "name": "onRendered",
              "type": {
                "text": "any"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "boneFormatter",
          "declaration": {
            "name": "boneFormatter",
            "module": "components/table/cellRenderer.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/table.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTable",
          "cssProperties": [
            {
              "description": "Table head background",
              "name": "--table-head-background"
            },
            {
              "description": "Table head textcolor",
              "name": "--table-head-color"
            },
            {
              "description": "Table head background on hover",
              "name": "--table-head-background-hover"
            },
            {
              "description": "Table head textcolor on hover",
              "name": "--table-head-color-hover"
            },
            {
              "description": "even row background color",
              "name": "--table-row-color-even"
            },
            {
              "description": "row hover color",
              "name": "--table-row-color-hover"
            }
          ],
          "cssParts": [
            {
              "description": "The component's internal wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "Place a Table",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "shadowtable",
              "type": {
                "text": "HTMLInputElement"
              }
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "String"
              },
              "default": "\"No Data Available\"",
              "description": "placeholder string for empty tables",
              "attribute": "placeholder",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "height",
              "type": {
                "text": "String"
              },
              "default": "\"auto\"",
              "description": "set table height",
              "attribute": "height",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "minheight",
              "type": {
                "text": "String"
              },
              "default": "\"auto\"",
              "description": "set table min-height",
              "attribute": "minheight",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "sort",
              "type": {
                "text": "any"
              },
              "default": "null",
              "description": "set initial sorting",
              "attribute": "sort",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "search",
              "type": {
                "text": "String"
              },
              "default": "''",
              "description": "set search string to execute filter",
              "attribute": "search",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "moveablecolumns",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are columns moveable?",
              "attribute": "moveablecolumns",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "external",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are columns moveable?",
              "attribute": "external",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "moveablerows",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are rows moveable?",
              "attribute": "moveablerows",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "rowindexes",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are rows have a index ?",
              "attribute": "rowindexes",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "rowselect",
              "type": {
                "text": "Boolean | Number"
              },
              "default": "false",
              "description": "are rows selectable?",
              "attribute": "rowselect",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "nocolumnsmenu",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "disable columnselection menu?",
              "attribute": "nocolumnsmenu",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "skellist",
              "type": {
                "text": "Object"
              },
              "description": "set skellist as tabledata ?"
            },
            {
              "kind": "field",
              "name": "structure",
              "type": {
                "text": "Object"
              },
              "description": "set a structure to generate table head"
            },
            {
              "kind": "field",
              "name": "tableConfig",
              "type": {
                "text": "Object"
              },
              "default": "{\n    layout: \"fitData\",\n    reactiveData: true,\n    popupContainer: true,\n  }",
              "description": "Override table config Object"
            },
            {
              "kind": "field",
              "name": "module",
              "type": {
                "text": "String"
              },
              "default": "null",
              "description": "set a module for requests to the server"
            },
            {
              "kind": "field",
              "name": "editabletable",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "disable editable Table"
            },
            {
              "kind": "field",
              "name": "mode",
              "type": {
                "text": "String"
              },
              "default": "\"list\""
            },
            {
              "kind": "field",
              "name": "customColumns",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "nodes",
              "type": {
                "text": "Object"
              }
            },
            {
              "kind": "field",
              "name": "inVi",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "loaded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "If true all data is loaded"
            },
            {
              "kind": "field",
              "name": "tableInstance",
              "type": {
                "text": "any"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "tableReady",
              "type": {
                "text": "Boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "inScrollEvent",
              "type": {
                "text": "Boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "previousStructure",
              "type": {
                "text": "any"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "_editabletable",
              "type": {
                "text": "boolean"
              }
            },
            {
              "kind": "field",
              "name": "expandDepth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "visibleColumns",
              "type": {
                "text": "array"
              },
              "default": "[]"
            },
            {
              "kind": "method",
              "name": "skellistChanged"
            },
            {
              "kind": "method",
              "name": "nodesChanged"
            },
            {
              "kind": "method",
              "name": "structureChanged"
            },
            {
              "kind": "method",
              "name": "optionUpdate"
            },
            {
              "kind": "method",
              "name": "addData",
              "parameters": [
                {
                  "name": "data"
                }
              ]
            },
            {
              "kind": "method",
              "name": "getSelectedRows"
            },
            {
              "kind": "method",
              "name": "performFilter"
            },
            {
              "kind": "method",
              "name": "buildStructure"
            },
            {
              "kind": "method",
              "name": "editCheck",
              "parameters": [
                {
                  "name": "cell"
                }
              ]
            },
            {
              "kind": "method",
              "name": "updateConfig"
            },
            {
              "kind": "method",
              "name": "headerMenu"
            },
            {
              "kind": "method",
              "name": "slRowSelection",
              "parameters": [
                {
                  "name": "cell",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "formatterParams",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "onRendered",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getTable"
            },
            {
              "kind": "method",
              "name": "postBuildTable"
            },
            {
              "kind": "method",
              "name": "prebuildTable"
            },
            {
              "kind": "method",
              "name": "slotContent"
            },
            {
              "kind": "method",
              "name": "setVisibleColumns",
              "parameters": [
                {
                  "name": "value"
                }
              ]
            },
            {
              "kind": "method",
              "name": "getVisibleColumns"
            }
          ],
          "events": [
            {
              "description": "Emits selection change event",
              "name": "sl-selectionChanged",
              "reactName": "onSlSelectionChanged"
            }
          ],
          "attributes": [
            {
              "name": "placeholder",
              "type": {
                "text": "String"
              },
              "default": "\"No Data Available\"",
              "description": "placeholder string for empty tables",
              "fieldName": "placeholder"
            },
            {
              "name": "height",
              "type": {
                "text": "String"
              },
              "default": "\"auto\"",
              "description": "set table height",
              "fieldName": "height"
            },
            {
              "name": "minheight",
              "type": {
                "text": "String"
              },
              "default": "\"auto\"",
              "description": "set table min-height",
              "fieldName": "minheight"
            },
            {
              "name": "sort",
              "type": {
                "text": "any"
              },
              "default": "null",
              "description": "set initial sorting",
              "fieldName": "sort"
            },
            {
              "name": "search",
              "type": {
                "text": "String"
              },
              "default": "''",
              "description": "set search string to execute filter",
              "fieldName": "search"
            },
            {
              "name": "moveablecolumns",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are columns moveable?",
              "fieldName": "moveablecolumns"
            },
            {
              "name": "external",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are columns moveable?",
              "fieldName": "external"
            },
            {
              "name": "moveablerows",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are rows moveable?",
              "fieldName": "moveablerows"
            },
            {
              "name": "rowindexes",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "are rows have a index ?",
              "fieldName": "rowindexes"
            },
            {
              "name": "rowselect",
              "type": {
                "text": "Boolean | Number"
              },
              "default": "false",
              "description": "are rows selectable?",
              "fieldName": "rowselect"
            },
            {
              "name": "nocolumnsmenu",
              "type": {
                "text": "Boolean"
              },
              "default": "false",
              "description": "disable columnselection menu?",
              "fieldName": "nocolumnsmenu"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-table",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTable",
            "module": "components/table/table.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-table",
          "declaration": {
            "name": "SlTable",
            "module": "components/table/table.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table-wrapper/table-wrapper.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTableWrapper",
          "cssParts": [
            {
              "description": "The search Field.",
              "name": "search"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "tableElement",
              "type": {
                "text": "any"
              }
            },
            {
              "kind": "field",
              "name": "sortOrder",
              "type": {
                "text": "array"
              },
              "default": "[\"asc\",\"desc\",\"none\"]"
            },
            {
              "kind": "field",
              "name": "searchable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set searchField is shown",
              "attribute": "searchable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "sortable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set table header is sortable",
              "attribute": "sortable",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "search",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "attribute": "search",
              "reflects": true
            },
            {
              "kind": "method",
              "name": "createTableSortHead"
            },
            {
              "kind": "method",
              "name": "createTable"
            },
            {
              "kind": "method",
              "name": "getTable"
            },
            {
              "kind": "method",
              "name": "toggleOrder",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "performSearch"
            },
            {
              "kind": "method",
              "name": "filterTable",
              "parameters": [
                {
                  "name": "e",
                  "type": {
                    "text": "any"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clearSearchField"
            }
          ],
          "attributes": [
            {
              "name": "searchable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set searchField is shown",
              "fieldName": "searchable"
            },
            {
              "name": "sortable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Wenn set table header is sortable",
              "fieldName": "sortable"
            },
            {
              "name": "search",
              "type": {
                "text": "string"
              },
              "default": "\"\"",
              "fieldName": "search"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "since": "2.0",
          "status": "experimental",
          "viur": "0.5",
          "tagName": "sl-table-wrapper",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTableWrapper",
            "module": "components/table-wrapper/table-wrapper.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-table-wrapper",
          "declaration": {
            "name": "SlTableWrapper",
            "module": "components/table-wrapper/table-wrapper.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tag/tag.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTag",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The tag's content.",
              "name": "content"
            },
            {
              "description": "The tag's remove button, an `<sl-icon-button>`.",
              "name": "remove-button"
            },
            {
              "description": "The remove button's exported `base` part.",
              "name": "remove-button__base"
            }
          ],
          "slots": [
            {
              "description": "The tag's content.",
              "name": ""
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text' | 'info' | 'secondary'"
              },
              "default": "'neutral'",
              "description": "The tag's theme variant.",
              "attribute": "variant",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The tag's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style tag with rounded edges.",
              "attribute": "pill",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "removable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the tag removable and shows a remove button.",
              "attribute": "removable"
            },
            {
              "kind": "method",
              "name": "handleRemoveClick",
              "privacy": "private"
            }
          ],
          "events": [
            {
              "description": "Emitted when the remove button is activated.",
              "name": "sl-remove",
              "reactName": "onSlRemove"
            }
          ],
          "attributes": [
            {
              "name": "variant",
              "type": {
                "text": "'primary' | 'success' | 'neutral' | 'warning' | 'danger' | 'text' | 'info' | 'secondary'"
              },
              "default": "'neutral'",
              "description": "The tag's theme variant.",
              "fieldName": "variant"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The tag's size.",
              "fieldName": "size"
            },
            {
              "name": "pill",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a pill-style tag with rounded edges.",
              "fieldName": "pill"
            },
            {
              "name": "removable",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the tag removable and shows a remove button.",
              "fieldName": "removable"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Tags are used as labels to organize things or to indicate a selection.",
          "documentation": "https://shoelace.style/components/tag",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-icon-button"
          ],
          "tagName": "sl-tag",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTag",
            "module": "components/tag/tag.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tag",
          "declaration": {
            "name": "SlTag",
            "module": "components/tag/tag.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/textarea/textarea.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTextarea",
          "cssParts": [
            {
              "description": "The form control that wraps the label, input, and help text.",
              "name": "form-control"
            },
            {
              "description": "The label's wrapper.",
              "name": "form-control-label"
            },
            {
              "description": "The input's wrapper.",
              "name": "form-control-input"
            },
            {
              "description": "The help text's wrapper.",
              "name": "form-control-help-text"
            },
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The internal `<textarea>` control.",
              "name": "textarea"
            }
          ],
          "slots": [
            {
              "description": "The textarea's label. Alternatively, you can use the `label` attribute.",
              "name": "label"
            },
            {
              "description": "Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.",
              "name": "help-text"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "formControlController",
              "privacy": "private",
              "default": "new FormControlController(this, {\n    assumeInteractionOn: ['sl-blur', 'sl-input']\n  })"
            },
            {
              "kind": "field",
              "name": "hasSlotController",
              "privacy": "private",
              "default": "new HasSlotController(this, 'help-text', 'label')"
            },
            {
              "kind": "field",
              "name": "resizeObserver",
              "type": {
                "text": "ResizeObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "input",
              "type": {
                "text": "HTMLTextAreaElement"
              }
            },
            {
              "kind": "field",
              "name": "hasFocus",
              "type": {
                "text": "boolean"
              },
              "privacy": "private",
              "default": "false"
            },
            {
              "kind": "field",
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "attribute": "title"
            },
            {
              "kind": "field",
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the textarea, submitted as a name/value pair with form data.",
              "attribute": "name"
            },
            {
              "kind": "field",
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the textarea, submitted as a name/value pair with form data.",
              "attribute": "value"
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The textarea's size.",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled textarea.",
              "attribute": "filled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea's label. If you need to display HTML, use the `label` slot instead.",
              "attribute": "label"
            },
            {
              "kind": "field",
              "name": "helpText",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea's help text. If you need to display HTML, use the `help-text` slot instead.",
              "attribute": "help-text"
            },
            {
              "kind": "field",
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "attribute": "placeholder"
            },
            {
              "kind": "field",
              "name": "rows",
              "type": {
                "text": "number"
              },
              "default": "4",
              "description": "The number of rows to display by default.",
              "attribute": "rows"
            },
            {
              "kind": "field",
              "name": "resize",
              "type": {
                "text": "'none' | 'vertical' | 'auto'"
              },
              "default": "'vertical'",
              "description": "Controls how the textarea can be resized.",
              "attribute": "resize"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the textarea.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea readonly.",
              "attribute": "readonly",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "attribute": "form",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea a required field.",
              "attribute": "required",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "attribute": "minlength"
            },
            {
              "kind": "field",
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "attribute": "maxlength"
            },
            {
              "kind": "field",
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "attribute": "autocapitalize"
            },
            {
              "kind": "field",
              "name": "autocorrect",
              "type": {
                "text": "string"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "attribute": "autocorrect"
            },
            {
              "kind": "field",
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "attribute": "autocomplete"
            },
            {
              "kind": "field",
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "attribute": "autofocus"
            },
            {
              "kind": "field",
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "attribute": "enterkeyhint"
            },
            {
              "kind": "field",
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the textarea.",
              "attribute": "spellcheck"
            },
            {
              "kind": "field",
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "attribute": "inputmode"
            },
            {
              "kind": "field",
              "name": "defaultValue",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The default value of the form control. Primarily used for resetting the form control."
            },
            {
              "kind": "field",
              "name": "validity",
              "description": "Gets the validity state object"
            },
            {
              "kind": "field",
              "name": "validationMessage",
              "description": "Gets the validation message"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInput",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleInvalid",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "setTextareaHeight",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleRowsChange"
            },
            {
              "kind": "method",
              "name": "handleValueChange"
            },
            {
              "kind": "method",
              "name": "focus",
              "parameters": [
                {
                  "name": "options",
                  "optional": true,
                  "type": {
                    "text": "FocusOptions"
                  }
                }
              ],
              "description": "Sets focus on the textarea."
            },
            {
              "kind": "method",
              "name": "blur",
              "description": "Removes focus from the textarea."
            },
            {
              "kind": "method",
              "name": "select",
              "description": "Selects all the text in the textarea."
            },
            {
              "kind": "method",
              "name": "scrollPosition",
              "return": {
                "type": {
                  "text": "{ top: number; left: number } | undefined"
                }
              },
              "parameters": [
                {
                  "name": "position",
                  "optional": true,
                  "type": {
                    "text": "{ top?: number; left?: number }"
                  }
                }
              ],
              "description": "Gets or sets the textarea's scroll position."
            },
            {
              "kind": "method",
              "name": "setSelectionRange",
              "parameters": [
                {
                  "name": "selectionStart",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionEnd",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectionDirection",
                  "default": "'none'",
                  "type": {
                    "text": "'forward' | 'backward' | 'none'"
                  }
                }
              ],
              "description": "Sets the start and end positions of the text selection (0-based)."
            },
            {
              "kind": "method",
              "name": "setRangeText",
              "parameters": [
                {
                  "name": "replacement",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "start",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "end",
                  "optional": true,
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "selectMode",
                  "optional": true,
                  "type": {
                    "text": "'select' | 'start' | 'end' | 'preserve'"
                  }
                }
              ],
              "description": "Replaces a range of text with a new string."
            },
            {
              "kind": "method",
              "name": "checkValidity",
              "description": "Checks for validity but does not show a validation message. Returns `true` when valid and `false` when invalid."
            },
            {
              "kind": "method",
              "name": "getForm",
              "return": {
                "type": {
                  "text": "HTMLFormElement | null"
                }
              },
              "description": "Gets the associated form, if one exists."
            },
            {
              "kind": "method",
              "name": "reportValidity",
              "description": "Checks for validity and shows the browser's validation message if the control is invalid."
            },
            {
              "kind": "method",
              "name": "setCustomValidity",
              "parameters": [
                {
                  "name": "message",
                  "type": {
                    "text": "string"
                  }
                }
              ],
              "description": "Sets a custom validation message. Pass an empty string to restore validity."
            }
          ],
          "events": [
            {
              "description": "Emitted when the control loses focus.",
              "name": "sl-blur",
              "reactName": "onSlBlur"
            },
            {
              "description": "Emitted when an alteration to the control's value is committed by the user.",
              "name": "sl-change",
              "reactName": "onSlChange"
            },
            {
              "description": "Emitted when the control gains focus.",
              "name": "sl-focus",
              "reactName": "onSlFocus"
            },
            {
              "description": "Emitted when the control receives input.",
              "name": "sl-input",
              "reactName": "onSlInput"
            },
            {
              "description": "Emitted when the form control has been checked for validity and its constraints aren't satisfied.",
              "name": "sl-invalid",
              "reactName": "onSlInvalid"
            }
          ],
          "attributes": [
            {
              "name": "title",
              "type": {
                "text": "string"
              },
              "default": "''",
              "fieldName": "title"
            },
            {
              "name": "name",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The name of the textarea, submitted as a name/value pair with form data.",
              "fieldName": "name"
            },
            {
              "name": "value",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The current value of the textarea, submitted as a name/value pair with form data.",
              "fieldName": "value"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'medium' | 'large'"
              },
              "default": "'medium'",
              "description": "The textarea's size.",
              "fieldName": "size"
            },
            {
              "name": "filled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws a filled textarea.",
              "fieldName": "filled"
            },
            {
              "name": "label",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea's label. If you need to display HTML, use the `label` slot instead.",
              "fieldName": "label"
            },
            {
              "name": "help-text",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The textarea's help text. If you need to display HTML, use the `help-text` slot instead.",
              "fieldName": "helpText"
            },
            {
              "name": "placeholder",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "Placeholder text to show as a hint when the input is empty.",
              "fieldName": "placeholder"
            },
            {
              "name": "rows",
              "type": {
                "text": "number"
              },
              "default": "4",
              "description": "The number of rows to display by default.",
              "fieldName": "rows"
            },
            {
              "name": "resize",
              "type": {
                "text": "'none' | 'vertical' | 'auto'"
              },
              "default": "'vertical'",
              "description": "Controls how the textarea can be resized.",
              "fieldName": "resize"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the textarea.",
              "fieldName": "disabled"
            },
            {
              "name": "readonly",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea readonly.",
              "fieldName": "readonly"
            },
            {
              "name": "form",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "By default, form controls are associated with the nearest containing `<form>` element. This attribute allows you\nto place the form control outside of a form and associate it with the form that has this `id`. The form must be in\nthe same document or shadow root for this to work.",
              "fieldName": "form"
            },
            {
              "name": "required",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Makes the textarea a required field.",
              "fieldName": "required"
            },
            {
              "name": "minlength",
              "type": {
                "text": "number"
              },
              "description": "The minimum length of input that will be considered valid.",
              "fieldName": "minlength"
            },
            {
              "name": "maxlength",
              "type": {
                "text": "number"
              },
              "description": "The maximum length of input that will be considered valid.",
              "fieldName": "maxlength"
            },
            {
              "name": "autocapitalize",
              "type": {
                "text": "'off' | 'none' | 'on' | 'sentences' | 'words' | 'characters'"
              },
              "description": "Controls whether and how text input is automatically capitalized as it is entered by the user.",
              "fieldName": "autocapitalize"
            },
            {
              "name": "autocorrect",
              "type": {
                "text": "string"
              },
              "description": "Indicates whether the browser's autocorrect feature is on or off.",
              "fieldName": "autocorrect"
            },
            {
              "name": "autocomplete",
              "type": {
                "text": "string"
              },
              "description": "Specifies what permission the browser has to provide assistance in filling out form field values. Refer to\n[this page on MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) for available values.",
              "fieldName": "autocomplete"
            },
            {
              "name": "autofocus",
              "type": {
                "text": "boolean"
              },
              "description": "Indicates that the input should receive focus on page load.",
              "fieldName": "autofocus"
            },
            {
              "name": "enterkeyhint",
              "type": {
                "text": "'enter' | 'done' | 'go' | 'next' | 'previous' | 'search' | 'send'"
              },
              "description": "Used to customize the label or icon of the Enter key on virtual keyboards.",
              "fieldName": "enterkeyhint"
            },
            {
              "name": "spellcheck",
              "type": {
                "text": "boolean"
              },
              "default": "true",
              "description": "Enables spell checking on the textarea.",
              "fieldName": "spellcheck"
            },
            {
              "name": "inputmode",
              "type": {
                "text": "'none' | 'text' | 'decimal' | 'numeric' | 'tel' | 'search' | 'email' | 'url'"
              },
              "description": "Tells the browser what type of data will be entered by the user, allowing it to display the appropriate virtual\nkeyboard on supportive devices.",
              "fieldName": "inputmode"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Textareas collect data from the user and allow multiple lines of text.",
          "documentation": "https://shoelace.style/components/textarea",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-textarea",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTextarea",
            "module": "components/textarea/textarea.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-textarea",
          "declaration": {
            "name": "SlTextarea",
            "module": "components/textarea/textarea.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tooltip/tooltip.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTooltip",
          "cssProperties": [
            {
              "description": "The maximum width of the tooltip before its content will wrap.",
              "name": "--max-width"
            },
            {
              "description": "The amount of time to wait before hiding the tooltip when hovering.",
              "name": "--hide-delay"
            },
            {
              "description": "The amount of time to wait before showing the tooltip when hovering.",
              "name": "--show-delay"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper, an `<sl-popup>` element.",
              "name": "base"
            },
            {
              "description": "The popup's exported `popup` part. Use this to target the tooltip's popup container.",
              "name": "base__popup"
            },
            {
              "description": "The popup's exported `arrow` part. Use this to target the tooltip's arrow.",
              "name": "base__arrow"
            },
            {
              "description": "The tooltip's body where its content is rendered.",
              "name": "body"
            }
          ],
          "slots": [
            {
              "description": "The tooltip's target element. Avoid slotting in more than one element, as subsequent ones will be ignored.",
              "name": ""
            },
            {
              "description": "The content to render in the tooltip. Alternatively, you can use the `content` attribute.",
              "name": "content"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "hoverTimeout",
              "type": {
                "text": "number"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "body",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "popup",
              "type": {
                "text": "SlPopup"
              }
            },
            {
              "kind": "field",
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
              "attribute": "content"
            },
            {
              "kind": "field",
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
              "attribute": "placement"
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tooltip so it won't show when triggered.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "8",
              "description": "The distance in pixels from which to offset the tooltip away from its target.",
              "attribute": "distance"
            },
            {
              "kind": "field",
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
              "attribute": "open",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the tooltip along its target.",
              "attribute": "skidding"
            },
            {
              "kind": "field",
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
              "attribute": "trigger"
            },
            {
              "kind": "field",
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
              "attribute": "hoist"
            },
            {
              "kind": "method",
              "name": "handleBlur",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleFocus",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseOver",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleMouseOut",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "hasTrigger",
              "privacy": "private",
              "parameters": [
                {
                  "name": "triggerType",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleOpenChange"
            },
            {
              "kind": "method",
              "name": "handleOptionsChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "show",
              "description": "Shows the tooltip."
            },
            {
              "kind": "method",
              "name": "hide",
              "description": "Hides the tooltip"
            }
          ],
          "events": [
            {
              "description": "Emitted when the tooltip begins to show.",
              "name": "sl-show",
              "reactName": "onSlShow"
            },
            {
              "description": "Emitted after the tooltip has shown and all animations are complete.",
              "name": "sl-after-show",
              "reactName": "onSlAfterShow"
            },
            {
              "description": "Emitted when the tooltip begins to hide.",
              "name": "sl-hide",
              "reactName": "onSlHide"
            },
            {
              "description": "Emitted after the tooltip has hidden and all animations are complete.",
              "name": "sl-after-hide",
              "reactName": "onSlAfterHide"
            }
          ],
          "attributes": [
            {
              "name": "content",
              "type": {
                "text": "string"
              },
              "default": "''",
              "description": "The tooltip's content. If you need to display HTML, use the `content` slot instead.",
              "fieldName": "content"
            },
            {
              "name": "placement",
              "type": {
                "text": "| 'top'\n    | 'top-start'\n    | 'top-end'\n    | 'right'\n    | 'right-start'\n    | 'right-end'\n    | 'bottom'\n    | 'bottom-start'\n    | 'bottom-end'\n    | 'left'\n    | 'left-start'\n    | 'left-end'"
              },
              "default": "'top'",
              "description": "The preferred placement of the tooltip. Note that the actual placement may vary as needed to keep the tooltip\ninside of the viewport.",
              "fieldName": "placement"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tooltip so it won't show when triggered.",
              "fieldName": "disabled"
            },
            {
              "name": "distance",
              "type": {
                "text": "number"
              },
              "default": "8",
              "description": "The distance in pixels from which to offset the tooltip away from its target.",
              "fieldName": "distance"
            },
            {
              "name": "open",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Indicates whether or not the tooltip is open. You can use this in lieu of the show/hide methods.",
              "fieldName": "open"
            },
            {
              "name": "skidding",
              "type": {
                "text": "number"
              },
              "default": "0",
              "description": "The distance in pixels from which to offset the tooltip along its target.",
              "fieldName": "skidding"
            },
            {
              "name": "trigger",
              "type": {
                "text": "string"
              },
              "default": "'hover focus'",
              "description": "Controls how the tooltip is activated. Possible options include `click`, `hover`, `focus`, and `manual`. Multiple\noptions can be passed by separating them with a space. When manual is used, the tooltip must be activated\nprogrammatically.",
              "fieldName": "trigger"
            },
            {
              "name": "hoist",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enable this option to prevent the tooltip from being clipped when the component is placed inside a container with\n`overflow: auto|hidden|scroll`. Hoisting uses a fixed positioning strategy that works in many, but not all,\nscenarios.",
              "fieldName": "hoist"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Tooltips display additional information based on a specific action.",
          "documentation": "https://shoelace.style/components/tooltip",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-popup"
          ],
          "animations": [
            {
              "name": "tooltip.show",
              "description": "The animation to use when showing the tooltip."
            },
            {
              "name": "tooltip.hide",
              "description": "The animation to use when hiding the tooltip."
            }
          ],
          "tagName": "sl-tooltip",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTooltip",
            "module": "components/tooltip/tooltip.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tooltip",
          "declaration": {
            "name": "SlTooltip",
            "module": "components/tooltip/tooltip.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tree/tree.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTree",
          "cssProperties": [
            {
              "description": "The size of the indentation for nested items.",
              "name": "--indent-size",
              "default": "var(--sl-spacing-medium)"
            },
            {
              "description": "The color of the indentation line.",
              "name": "--indent-guide-color",
              "default": "var(--sl-color-neutral-200)"
            },
            {
              "description": "The amount of vertical spacing to leave between the top and bottom of the indentation line's starting position.",
              "name": "--indent-guide-offset",
              "default": "0"
            },
            {
              "description": "The style of the indentation line, e.g. solid, dotted, dashed.",
              "name": "--indent-guide-style",
              "default": "solid"
            },
            {
              "description": "The width of the indentation line.",
              "name": "--indent-guide-width",
              "default": "0"
            }
          ],
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "The icon to show when the tree item is expanded. Works best with `<sl-icon>`.",
              "name": "expand-icon"
            },
            {
              "description": "The icon to show when the tree item is collapsed. Works best with `<sl-icon>`.",
              "name": "collapse-icon"
            }
          ],
          "members": [
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "expandedIconSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "collapsedIconSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "selection",
              "type": {
                "text": "'single' | 'multiple' | 'leaf'"
              },
              "default": "'single'",
              "description": "The selection behavior of the tree. Single selection allows only one node to be selected at a time. Multiple\ndisplays checkboxes and allows more than one node to be selected. Leaf allows only leaf nodes to be selected.",
              "attribute": "selection"
            },
            {
              "kind": "field",
              "name": "lastFocusedItem",
              "type": {
                "text": "SlTreeItem"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "mutationObserver",
              "type": {
                "text": "MutationObserver"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "clickTarget",
              "type": {
                "text": "SlTreeItem | null"
              },
              "privacy": "private",
              "default": "null"
            },
            {
              "kind": "method",
              "name": "getExpandButtonIcon",
              "privacy": "private",
              "parameters": [
                {
                  "name": "status",
                  "type": {
                    "text": "'expand' | 'collapse'"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "initTreeItem",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleTreeChanged",
              "privacy": "private",
              "parameters": [
                {
                  "name": "mutations",
                  "type": {
                    "text": "MutationRecord[]"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "syncTreeItems",
              "privacy": "private",
              "parameters": [
                {
                  "name": "selectedItem",
                  "type": {
                    "text": "SlTreeItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "selectItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "selectedItem",
                  "type": {
                    "text": "SlTreeItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getAllTreeItems",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getPathToItem",
              "parameters": [
                {
                  "name": "item",
                  "type": {
                    "text": "SlTreeItem"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "focusItem",
              "privacy": "private",
              "parameters": [
                {
                  "name": "item",
                  "optional": true,
                  "type": {
                    "text": "SlTreeItem | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleKeyDown",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "KeyboardEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleClick",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "Event"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleMouseDown",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "MouseEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocusOut",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFocusIn",
              "privacy": "private",
              "parameters": [
                {
                  "name": "event",
                  "type": {
                    "text": "FocusEvent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleSelectionChange"
            }
          ],
          "events": [
            {
              "type": {
                "text": "{ selection: SlTreeItem[] }"
              },
              "description": "Emitted when a tree item is selected or deselected.",
              "name": "sl-selection-change",
              "reactName": "onSlSelectionChange"
            }
          ],
          "attributes": [
            {
              "name": "selection",
              "type": {
                "text": "'single' | 'multiple' | 'leaf'"
              },
              "default": "'single'",
              "description": "The selection behavior of the tree. Single selection allows only one node to be selected at a time. Multiple\ndisplays checkboxes and allows more than one node to be selected. Leaf allows only leaf nodes to be selected.",
              "fieldName": "selection"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "Trees allow you to display a hierarchical list of selectable [tree items](/components/tree-item). Items with children can be expanded and collapsed as desired by the user.",
          "documentation": "https://shoelace.style/components/tree",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-tree",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTree",
            "module": "components/tree/tree.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tree",
          "declaration": {
            "name": "SlTree",
            "module": "components/tree/tree.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/tree-item/tree-item.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlTreeItem",
          "cssParts": [
            {
              "description": "The component's base wrapper.",
              "name": "base"
            },
            {
              "description": "The tree item's container. This element wraps everything except slotted tree item children.",
              "name": "item"
            },
            {
              "description": "Applied when the tree item is disabled.",
              "name": "item--disabled"
            },
            {
              "description": "Applied when the tree item is expanded.",
              "name": "item--expanded"
            },
            {
              "description": "Applied when the selection is indeterminate.",
              "name": "item--indeterminate"
            },
            {
              "description": "Applied when the tree item is selected.",
              "name": "item--selected"
            },
            {
              "description": "The tree item's indentation container.",
              "name": "indentation"
            },
            {
              "description": "The container that wraps the tree item's expand button and spinner.",
              "name": "expand-button"
            },
            {
              "description": "The tree item's label.",
              "name": "label"
            },
            {
              "description": "The container that wraps the tree item's nested children.",
              "name": "children"
            }
          ],
          "slots": [
            {
              "description": "The default slot.",
              "name": ""
            },
            {
              "description": "The icon to show when the tree item is expanded.",
              "name": "expand-icon"
            },
            {
              "description": "The icon to show when the tree item is collapsed.",
              "name": "collapse-icon"
            }
          ],
          "members": [
            {
              "kind": "method",
              "name": "isTreeItem",
              "static": true,
              "parameters": [
                {
                  "name": "node",
                  "type": {
                    "text": "Node"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "localize",
              "privacy": "private",
              "default": "new LocalizeController(this)"
            },
            {
              "kind": "field",
              "name": "indeterminate",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "isLeaf",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "selectable",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Expands the tree item.",
              "attribute": "expanded",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the tree item in a selected state.",
              "attribute": "selected",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tree item.",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "lazy",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables lazy loading behavior.",
              "attribute": "lazy",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "defaultSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "childrenSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "field",
              "name": "itemElement",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "childrenContainer",
              "type": {
                "text": "HTMLDivElement"
              }
            },
            {
              "kind": "field",
              "name": "expandButtonSlot",
              "type": {
                "text": "HTMLSlotElement"
              }
            },
            {
              "kind": "method",
              "name": "animateCollapse",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "isNestedItem",
              "privacy": "private",
              "return": {
                "type": {
                  "text": "boolean"
                }
              }
            },
            {
              "kind": "method",
              "name": "handleChildrenSlotChange",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "animateExpand",
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "handleLoadingChange"
            },
            {
              "kind": "method",
              "name": "handleDisabledChange"
            },
            {
              "kind": "method",
              "name": "handleSelectedChange"
            },
            {
              "kind": "method",
              "name": "handleExpandedChange"
            },
            {
              "kind": "method",
              "name": "handleExpandAnimation"
            },
            {
              "kind": "method",
              "name": "handleLazyChange"
            },
            {
              "kind": "method",
              "name": "getChildrenItems",
              "return": {
                "type": {
                  "text": "SlTreeItem[]"
                }
              },
              "parameters": [
                {
                  "name": "{ includeDisabled = true }",
                  "default": "{}",
                  "type": {
                    "text": "{ includeDisabled?: boolean }"
                  }
                }
              ],
              "description": "Gets all the nested tree items in this node."
            }
          ],
          "events": [
            {
              "description": "Emitted when the tree item expands.",
              "name": "sl-expand",
              "reactName": "onSlExpand"
            },
            {
              "description": "Emitted after the tree item expands and all animations are complete.",
              "name": "sl-after-expand",
              "reactName": "onSlAfterExpand"
            },
            {
              "description": "Emitted when the tree item collapses.",
              "name": "sl-collapse",
              "reactName": "onSlCollapse"
            },
            {
              "description": "Emitted after the tree item collapses and all animations are complete.",
              "name": "sl-after-collapse",
              "reactName": "onSlAfterCollapse"
            },
            {
              "description": "Emitted when the tree item's lazy state changes.",
              "name": "sl-lazy-change",
              "reactName": "onSlLazyChange"
            },
            {
              "description": "Emitted when a lazy item is selected. Use this event to asynchronously load data and append items to the tree before expanding. After appending new items, remove the `lazy` attribute to remove the loading state and update the tree.",
              "name": "sl-lazy-load",
              "reactName": "onSlLazyLoad"
            }
          ],
          "attributes": [
            {
              "name": "expanded",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Expands the tree item.",
              "fieldName": "expanded"
            },
            {
              "name": "selected",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Draws the tree item in a selected state.",
              "fieldName": "selected"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Disables the tree item.",
              "fieldName": "disabled"
            },
            {
              "name": "lazy",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "Enables lazy loading behavior.",
              "fieldName": "lazy"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "A tree item serves as a hierarchical node that lives inside a [tree](/components/tree).",
          "documentation": "https://shoelace.style/components/tree-item",
          "status": "stable",
          "since": "2.0",
          "dependencies": [
            "sl-checkbox",
            "sl-icon",
            "sl-spinner"
          ],
          "tagName": "sl-tree-item",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlTreeItem",
            "module": "components/tree-item/tree-item.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-tree-item",
          "declaration": {
            "name": "SlTreeItem",
            "module": "components/tree-item/tree-item.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/visually-hidden/visually-hidden.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SlVisuallyHidden",
          "slots": [
            {
              "description": "The content to be visually hidden.",
              "name": ""
            }
          ],
          "members": [],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelace-element"
          },
          "summary": "The visually hidden utility makes content accessible to assistive devices without displaying it on the screen.",
          "documentation": "https://shoelace.style/components/visually-hidden",
          "status": "stable",
          "since": "2.0",
          "tagName": "sl-visually-hidden",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "SlVisuallyHidden",
            "module": "components/visually-hidden/visually-hidden.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "sl-visually-hidden",
          "declaration": {
            "name": "SlVisuallyHidden",
            "module": "components/visually-hidden/visually-hidden.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/booleanBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "BooleanBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "boolean"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "BooleanBone",
          "declaration": {
            "name": "BooleanBone",
            "module": "components/bone/bones/booleanBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/colorBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ColorBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ColorBone",
          "declaration": {
            "name": "ColorBone",
            "module": "components/bone/bones/colorBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/dateBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "DateBone",
          "members": [
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "any"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "string | TemplateResult<1>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "DateBone",
          "declaration": {
            "name": "DateBone",
            "module": "components/bone/bones/dateBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/emailBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "EmailBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "StringBone",
            "module": "/src/components/bone/bones/stringBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "EmailBone",
          "declaration": {
            "name": "EmailBone",
            "module": "components/bone/bones/emailBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/fileBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "FileBone",
          "members": [
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "string | TemplateResult<1>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string | Record<string, FileSkelValues>"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "null | string"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "fileUpload",
              "return": {
                "type": {
                  "text": "Promise<FileSkelValues>"
                }
              },
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "handleFileEvent",
              "parameters": [
                {
                  "name": "fileInfos",
                  "type": {
                    "text": "FileList | null"
                  }
                },
                {
                  "name": "path"
                },
                {
                  "name": "lang"
                },
                {
                  "name": "fileNameInput"
                },
                {
                  "name": "shadowKey"
                },
                {
                  "name": "progressBar"
                }
              ]
            },
            {
              "kind": "method",
              "name": "getUploadUrl",
              "static": true,
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                },
                {
                  "name": "mainInstance",
                  "type": {
                    "text": "SlBone"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "uploadFile",
              "static": true,
              "parameters": [
                {
                  "name": "file",
                  "type": {
                    "text": "File"
                  }
                },
                {
                  "name": "uploadData",
                  "type": {
                    "text": "UploadUrlResponse"
                  }
                },
                {
                  "name": "mainInstance",
                  "type": {
                    "text": "SlBone"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addFile",
              "static": true,
              "parameters": [
                {
                  "name": "uploadData",
                  "type": {
                    "text": "UploadUrlResponse"
                  }
                },
                {
                  "name": "mainInstance",
                  "type": {
                    "text": "SlBone"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "return": {
                "type": {
                  "text": "any"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "FileBone",
          "declaration": {
            "name": "FileBone",
            "module": "components/bone/bones/fileBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/jsonBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "JsonBone",
          "members": [
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "string | TemplateResult<1>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "BoneValue"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "JsonBone",
          "declaration": {
            "name": "JsonBone",
            "module": "components/bone/bones/jsonBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/keyBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "KeyBone",
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          },
          "members": [
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "BoneValue"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "KeyBone",
          "declaration": {
            "name": "KeyBone",
            "module": "components/bone/bones/keyBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/numericBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "NumericBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "number"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "NumericBone",
          "declaration": {
            "name": "NumericBone",
            "module": "components/bone/bones/numericBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/passwordBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "PasswordBone",
          "members": [
            {
              "kind": "field",
              "name": "vaildIcon",
              "type": {
                "text": "any"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "first_passwordBone",
              "type": {
                "text": "any"
              },
              "privacy": "private"
            },
            {
              "kind": "field",
              "name": "second_passwordBone",
              "type": {
                "text": "any"
              },
              "privacy": "private"
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getPasswordInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "testPassword",
              "return": {
                "type": {
                  "text": "string []"
                }
              },
              "parameters": [
                {
                  "name": "password",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "PasswordBone",
          "declaration": {
            "name": "PasswordBone",
            "module": "components/bone/bones/passwordBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/rawBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "RawBone",
          "members": [
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue"
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName"
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure"
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance"
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0"
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]"
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]"
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null"
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null"
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ]
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "BoneValue"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ]
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs"
            },
            {
              "kind": "method",
              "name": "addMouseUp"
            },
            {
              "kind": "method",
              "name": "addMouseMove"
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ]
            }
          ]
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "RawBone",
          "declaration": {
            "name": "RawBone",
            "module": "components/bone/bones/rawBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/recordBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "RecordBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "RecordBone",
          "declaration": {
            "name": "RecordBone",
            "module": "components/bone/bones/recordBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/relationalBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "RelationalBone",
          "members": [
            {
              "kind": "field",
              "name": "lang",
              "type": {
                "text": "string"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getSearchbar",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getSelect",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "getDialog",
              "parameters": [
                {
                  "name": "inputWrapper"
                },
                {
                  "name": "shadowInput"
                },
                {
                  "name": "showInput"
                }
              ]
            },
            {
              "kind": "method",
              "name": "addRelation",
              "parameters": [
                {
                  "name": "skel",
                  "type": {
                    "text": "Array<SkelValues> | SkelValues"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "RelationalBone",
          "declaration": {
            "name": "RelationalBone",
            "module": "components/bone/bones/relationalBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/selectBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SelectBone",
          "members": [
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SelectBone",
          "declaration": {
            "name": "SelectBone",
            "module": "components/bone/bones/selectBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/spatialBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "SpatialBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "[number, number]"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "SpatialBone",
          "declaration": {
            "name": "SpatialBone",
            "module": "components/bone/bones/spatialBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/stringBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "StringBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "StringBone",
          "declaration": {
            "name": "StringBone",
            "module": "components/bone/bones/stringBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/bones/textBone.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "TextBone",
          "members": [
            {
              "kind": "method",
              "name": "getEditor",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "boneName",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getValidTagString",
              "return": {
                "type": {
                  "text": "string"
                }
              }
            },
            {
              "kind": "method",
              "name": "classValidation",
              "parameters": [
                {
                  "name": "nodes",
                  "type": {
                    "text": "AstNode[]"
                  }
                },
                {
                  "name": "editor",
                  "type": {
                    "text": "Editor"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "uploadHandler",
              "parameters": [
                {
                  "name": "blobInfo"
                },
                {
                  "name": "progress"
                }
              ]
            },
            {
              "kind": "method",
              "name": "getFormats"
            },
            {
              "kind": "field",
              "name": "boneValue",
              "type": {
                "text": "BoneValue"
              },
              "default": "boneValue",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneName",
              "default": "boneName",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "boneStructure",
              "type": {
                "text": "BoneStructure"
              },
              "default": "boneStructure",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "mainInstance",
              "type": {
                "text": "SlBone"
              },
              "default": "mainInstance",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "depth",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "move",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startHeight",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "startTop",
              "type": {
                "text": "number"
              },
              "default": "0",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "fakeElement",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "inputsAbsolutePostions",
              "type": {
                "text": "any[]"
              },
              "default": "[]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "absolutePostionSet",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "swapElements",
              "type": {
                "text": "array"
              },
              "default": "[null, null]",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveElementSrc",
              "type": {
                "text": "HTMLElement"
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "movePath",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "moveLang",
              "type": {
                "text": "string | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "field",
              "name": "idx",
              "type": {
                "text": "number | Record<string, number> | null"
              },
              "default": "null",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "view",
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabs",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getTabPannels",
              "return": {
                "type": {
                  "text": "TemplateResult[]"
                }
              },
              "parameters": [
                {
                  "name": "formater",
                  "default": "formatstring",
                  "type": {
                    "text": "() => BoneValue"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "edit",
              "return": {
                "type": {
                  "text": "HTMLElement"
                }
              },
              "parameters": [
                {
                  "name": "fromRecord",
                  "default": "false"
                },
                {
                  "name": "depth",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "postProcessBone",
              "parameters": [
                {
                  "name": "wrapper"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "createMultipleWrapper",
              "return": {
                "type": {
                  "text": "[HTMLElement, number]"
                }
              },
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addInput",
              "parameters": [
                {
                  "name": "value",
                  "type": {
                    "text": "any"
                  }
                },
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "generateboneName",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                },
                {
                  "name": "index",
                  "default": "null",
                  "type": {
                    "text": "number | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addErrorContainer",
              "return": {
                "type": {
                  "text": "SlDetails"
                }
              },
              "parameters": [
                {
                  "name": "lang",
                  "type": {
                    "text": "string"
                  }
                },
                {
                  "name": "index",
                  "default": "null"
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addScroll",
              "description": "Move Element functions\nSet new values for the absolute positon for the inputs",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseUp",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "addMouseMove",
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "reWriteBoneValue",
              "return": {
                "type": {
                  "text": "Record<string, BoneValue>"
                }
              },
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "saveState",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "undo",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "clearMultipleWrapper",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getaddButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getclearButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getundoButton",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            },
            {
              "kind": "method",
              "name": "getplaceHolder",
              "parameters": [
                {
                  "name": "lang",
                  "default": "null",
                  "type": {
                    "text": "string | null"
                  }
                }
              ],
              "inheritedFrom": {
                "name": "RawBone",
                "module": "components/bone/bones/rawBone.js"
              }
            }
          ],
          "superclass": {
            "name": "RawBone",
            "module": "/src/components/bone/bones/rawBone"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "TextBone",
          "declaration": {
            "name": "TextBone",
            "module": "components/bone/bones/textBone.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/translations/de.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "module": "components/bone/translations/de.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/translations/en.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "module": "components/bone/translations/en.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/bone/translations/init.js",
      "declarations": [],
      "exports": [
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "module": "components/bone/translations/init.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/modules/tabulator_control_element.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CustomControllElements",
          "members": [
            {
              "kind": "method",
              "name": "generateControlElement",
              "parameters": [
                {
                  "name": "row"
                },
                {
                  "name": "el"
                }
              ]
            }
          ],
          "superclass": {
            "name": "DataTreeModule",
            "module": "/src/components/table/tabulator_esm"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CustomControllElements",
          "declaration": {
            "name": "CustomControllElements",
            "module": "components/table/modules/tabulator_control_element.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/modules/tabulator_edit.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CustomEditModule",
          "members": [
            {
              "kind": "method",
              "name": "bindEditor",
              "parameters": [
                {
                  "name": "cell"
                }
              ]
            }
          ],
          "superclass": {
            "name": "EditModule",
            "module": "/src/components/table/tabulator_esm"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CustomEditModule",
          "declaration": {
            "name": "CustomEditModule",
            "module": "components/table/modules/tabulator_edit.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/modules/tabulator_move_rows.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CustomMoveRowsModule",
          "members": [
            {
              "kind": "method",
              "name": "startMove",
              "parameters": [
                {
                  "name": "e"
                },
                {
                  "name": "row",
                  "type": {
                    "text": "Row"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "initializeRow",
              "parameters": [
                {
                  "name": "row",
                  "type": {
                    "text": "RowComponent"
                  }
                }
              ]
            },
            {
              "kind": "method",
              "name": "createPlaceholderElement"
            },
            {
              "kind": "method",
              "name": "moveHover",
              "parameters": [
                {
                  "name": "e"
                }
              ]
            },
            {
              "kind": "method",
              "name": "endMove",
              "parameters": [
                {
                  "name": "e"
                }
              ]
            },
            {
              "kind": "method",
              "name": "_endMove",
              "parameters": [
                {
                  "name": "e"
                }
              ]
            },
            {
              "kind": "method",
              "name": "moveRowToChild",
              "parameters": [
                {
                  "name": "destRowComponent"
                },
                {
                  "name": "srcRowComponent"
                },
                {
                  "name": "childComponent",
                  "default": "null"
                },
                {
                  "name": "after",
                  "default": "true"
                }
              ]
            },
            {
              "kind": "method",
              "name": "moveRowToRoot",
              "parameters": [
                {
                  "name": "destRowComponent"
                },
                {
                  "name": "srcRowComponent"
                },
                {
                  "name": "after",
                  "default": "true"
                }
              ]
            },
            {
              "kind": "method",
              "name": "calcSortIndex",
              "parameters": [
                {
                  "name": "destRow",
                  "type": {
                    "text": "RowComponent"
                  }
                },
                {
                  "name": "after",
                  "type": {
                    "text": "boolean"
                  }
                }
              ]
            },
            {
              "kind": "field",
              "name": "tableInstance",
              "default": "table"
            },
            {
              "kind": "field",
              "name": "hoverRow",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "addAsChild",
              "type": {
                "text": "boolean"
              },
              "default": "false"
            },
            {
              "kind": "field",
              "name": "timeOutId",
              "type": {
                "text": "null"
              },
              "default": "null"
            }
          ],
          "superclass": {
            "name": "MoveRowsModule",
            "module": "/src/components/table/tabulator_esm.js"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CustomMoveRowsModule",
          "declaration": {
            "name": "CustomMoveRowsModule",
            "module": "components/table/modules/tabulator_move_rows.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/table/modules/tabulator_removeTreeChildRow.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "CustomReactiveDataModule",
          "members": [
            {
              "kind": "method",
              "name": "watchTreeChildren",
              "parameters": [
                {
                  "name": "row"
                }
              ]
            }
          ],
          "superclass": {
            "name": "ReactiveDataModule",
            "module": "/src/components/table/tabulator_esm.js"
          }
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "CustomReactiveDataModule",
          "declaration": {
            "name": "CustomReactiveDataModule",
            "module": "components/table/modules/tabulator_removeTreeChildRow.js"
          }
        }
      ]
    }
  ],
  "package": {
    "name": "@viur/viur-shoelace",
    "description": "A forward-thinking library of web components.",
    "version": "2.4.0-viur-0.5.17",
    "author": "Cory LaViska",
    "homepage": "https://github.com/viur-framework/viur-shoelace",
    "license": "MIT"
  }
}
