{
  "schemaVersion": "1.0.0",
  "readme": "",
  "modules": [
    {
      "kind": "javascript-module",
      "path": "components/Button/index.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "Button",
          "members": [
            {
              "kind": "field",
              "name": "type",
              "type": {
                "text": "'primary' | 'secondary' | 'tertiary' | 'warning' | 'danger'"
              },
              "default": "'primary'",
              "description": "按钮类型",
              "attribute": "type",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "theme",
              "type": {
                "text": "'solid' | 'borderless' | 'light'"
              },
              "default": "'light'",
              "description": "按钮主题",
              "attribute": "theme",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "shape",
              "type": {
                "text": "'circle' | 'round'"
              },
              "default": "'round'",
              "description": "按钮形状",
              "attribute": "shape",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "size",
              "type": {
                "text": "'small' | 'default' | 'large'"
              },
              "default": "'default'",
              "description": "按钮大小",
              "attribute": "size",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "是否禁用",
              "attribute": "disabled",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "设置按钮载入状态",
              "attribute": "loading",
              "reflects": true
            },
            {
              "kind": "field",
              "name": "block",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "将按钮宽度调整为其父宽度的选项",
              "attribute": "block",
              "reflects": true
            }
          ],
          "attributes": [
            {
              "name": "type",
              "type": {
                "text": "'primary' | 'secondary' | 'tertiary' | 'warning' | 'danger'"
              },
              "default": "'primary'",
              "description": "按钮类型",
              "fieldName": "type"
            },
            {
              "name": "theme",
              "type": {
                "text": "'solid' | 'borderless' | 'light'"
              },
              "default": "'light'",
              "description": "按钮主题",
              "fieldName": "theme"
            },
            {
              "name": "shape",
              "type": {
                "text": "'circle' | 'round'"
              },
              "default": "'round'",
              "description": "按钮形状",
              "fieldName": "shape"
            },
            {
              "name": "size",
              "type": {
                "text": "'small' | 'default' | 'large'"
              },
              "default": "'default'",
              "description": "按钮大小",
              "fieldName": "size"
            },
            {
              "name": "disabled",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "是否禁用",
              "fieldName": "disabled"
            },
            {
              "name": "loading",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "设置按钮载入状态",
              "fieldName": "loading"
            },
            {
              "name": "block",
              "type": {
                "text": "boolean"
              },
              "default": "false",
              "description": "将按钮宽度调整为其父宽度的选项",
              "fieldName": "block"
            }
          ],
          "superclass": {
            "name": "LitElement",
            "package": "lit"
          },
          "summary": "按钮组件",
          "documentation": "https://shoelace.style/components/button",
          "status": "stable",
          "since": "2.0",
          "tagName": "s-button",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "Button",
          "declaration": {
            "name": "Button",
            "module": "components/Button/index.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "s-button",
          "declaration": {
            "name": "Button",
            "module": "components/Button/index.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "Button",
            "module": "components/Button/index.js"
          }
        }
      ]
    },
    {
      "kind": "javascript-module",
      "path": "components/ImageComparer/index.js",
      "declarations": [
        {
          "kind": "class",
          "description": "",
          "name": "ImageComparer",
          "members": [
            {
              "kind": "field",
              "name": "base",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "handle",
              "type": {
                "text": "HTMLElement"
              }
            },
            {
              "kind": "field",
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "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": "s-change",
              "reactName": "onSChange"
            }
          ],
          "attributes": [
            {
              "name": "position",
              "type": {
                "text": "number"
              },
              "default": "50",
              "fieldName": "position"
            }
          ],
          "superclass": {
            "name": "ShoelaceElement",
            "module": "/src/internal/shoelaceElement"
          },
          "summary": "图像比较器",
          "documentation": "https://shoelace.style/components/button",
          "status": "stable",
          "since": "2.0",
          "tagName": "s-image-comparer",
          "customElement": true
        }
      ],
      "exports": [
        {
          "kind": "js",
          "name": "ImageComparer",
          "declaration": {
            "name": "ImageComparer",
            "module": "components/ImageComparer/index.js"
          }
        },
        {
          "kind": "custom-element-definition",
          "name": "s-image-comparer",
          "declaration": {
            "name": "ImageComparer",
            "module": "components/ImageComparer/index.js"
          }
        },
        {
          "kind": "js",
          "name": "default",
          "declaration": {
            "name": "ImageComparer",
            "module": "components/ImageComparer/index.js"
          }
        }
      ]
    }
  ],
  "package": {
    "name": "@sensoro-design/web",
    "description": "A forward-thinking library of web components.",
    "version": "1.0.0",
    "author": "wangxingkang",
    "homepage": "https://github.com/sensoro/sensoro-web-components",
    "license": "MIT"
  }
}
