{
  "$schema": "http://json.schemastore.org/web-types",
  "framework": "vue",
  "name": "tk",
  "version": "2.0.35",
  "js-types-syntax": "typescript",
  "description-markup": "markdown",
  "contributions": {
    "html": {
      "vue-components": [
        {
          "name": "tk-tkc-background",
          "source": {
            "symbol": "TkcBackground"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props"
            },
            {
              "name": "fileUpload",
              "description": "fileUpload",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "linkJump",
              "description": "linkJump",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "sizeOptions",
              "description": "sizeOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "useAttachment",
              "description": "useAttachment",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "labelCol",
              "description": "labelCol",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "number"
              ]
            },
            {
              "name": "colorPickerOptions",
              "description": "colorPickerOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkcbackground-props",
              "type": [
                "Object"
              ]
            }
          ]
        },
        {
          "name": "tk-tkc-color-picker-v3",
          "source": {
            "symbol": "TkcColorPickerV3"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "pickerType",
              "description": "方块模式和 chrome 模式选择",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "`'tk' | 'chrome'`"
              ],
              "default": "`'tk'`"
            },
            {
              "name": "shape",
              "description": "形状 circle: 圆形 , square: 方形",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "`'circle' | 'square'`"
              ],
              "default": "`'square'`"
            },
            {
              "name": "format",
              "description": "颜色格式 rgba, hsla, rgba, hex, hsl, rgb",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "`'rgba' |  'hsla' | 'rgba' | 'hex' | 'hsl' | 'rgb'`"
              ],
              "default": "`'rgb'`"
            },
            {
              "name": "disableHistory",
              "description": "关闭历史记录",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "roundHistory",
              "description": "圆形展示历史记录",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "useType",
              "description": "颜色展现形态 纯色/渐变色/都展示 'pure', 'gradient', 'both'",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "`'pure' | 'gradient' | 'both'`"
              ],
              "default": "`'pure'`"
            },
            {
              "name": "activeKey",
              "description": "默认激活纯色或渐变色 'pure', 'gradient'",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "`'pure' | 'gradient' `"
              ],
              "default": "`'pure'`"
            },
            {
              "name": "zIndex",
              "description": "图层数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-props",
              "type": [
                "Number"
              ],
              "default": "9999"
            }
          ],
          "js": {
            "events": [
              {
                "name": "colorChange",
                "description": "颜色改变",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-events"
              },
              {
                "name": "afterColorChanged",
                "description": "颜色改变",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-events"
              },
              {
                "name": "on-undo",
                "description": "记录修改内容",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-events"
              },
              {
                "name": "update:activeKey",
                "description": "纯色或渐变色切换",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#tkccolorpickerv3-events"
              }
            ]
          }
        },
        {
          "name": "tk-background-core-component",
          "source": {
            "symbol": "BackgroundCore"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props"
            },
            {
              "name": "fileUpload",
              "description": "fileUpload",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "linkJump",
              "description": "linkJump",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "sizeOptions",
              "description": "sizeOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "useAttachment",
              "description": "useAttachment",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "labelWidth",
              "description": "labelWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "colorPickerOptions",
              "description": "colorPickerOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Object"
              ]
            }
          ]
        },
        {
          "name": "tk-gallery-component",
          "source": {
            "symbol": "Gallery"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent",
          "props": [
            {
              "name": "wrapWidth",
              "description": "wrapWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "viewWidth",
              "description": "viewWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "prevLeft",
              "description": "prevLeft",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "nextRight",
              "description": "nextRight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "iconSize",
              "description": "iconSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "defaultIndex",
              "description": "defaultIndex",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-slots"
            }
          ]
        },
        {
          "name": "tk-photo-list-component",
          "source": {
            "symbol": "PhotoList"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "viewLength",
              "description": "viewLength",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "pathAlias",
              "description": "pathAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "String"
              ],
              "default": "filePath"
            },
            {
              "name": "slideToDirection",
              "description": "slideToDirection",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "String"
              ],
              "default": "last"
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "Infinity"
            },
            {
              "name": "itemMargin",
              "description": "itemMargin",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "15"
            },
            {
              "name": "uploadMargin",
              "description": "uploadMargin",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "15"
            },
            {
              "name": "noPhotoWidth",
              "description": "noPhotoWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "prevLeft",
              "description": "prevLeft",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "125"
            },
            {
              "name": "nextRight",
              "description": "nextRight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "32"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-alert-component",
          "source": {
            "symbol": "Alert"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#alertcomponent",
          "props": [
            {
              "name": "closable",
              "description": "是否关闭",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#alertcomponent-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#alertcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-aside-component",
          "source": {
            "symbol": "Aside"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#asidecomponent",
          "props": [
            {
              "name": "width",
              "description": "宽",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#asidecomponent-props",
              "type": [
                "string"
              ],
              "default": "300px"
            }
          ]
        },
        {
          "name": "tk-background-core-component",
          "source": {
            "symbol": "BackgroundCore"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props"
            },
            {
              "name": "fileUpload",
              "description": "fileUpload",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "linkJump",
              "description": "linkJump",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "sizeOptions",
              "description": "sizeOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "useAttachment",
              "description": "useAttachment",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "labelWidth",
              "description": "labelWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "colorPickerOptions",
              "description": "colorPickerOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundcorecomponent-props",
              "type": [
                "Object"
              ]
            }
          ]
        },
        {
          "name": "tk-background-v2-component",
          "source": {
            "symbol": "BackgroundV2"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundv2component",
          "props": [
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundv2component-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "showeffect",
              "description": "showeffect",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#backgroundv2component-props",
              "type": [
                "Boolean"
              ]
            }
          ]
        },
        {
          "name": "tk-button-component",
          "source": {
            "symbol": "Button"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent",
          "props": [
            {
              "name": "icon",
              "description": "icon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "active",
              "description": "active",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "globalOper",
              "description": "globalOper",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "href",
              "description": "href",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "target",
              "description": "target",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-props",
              "type": [
                "String"
              ],
              "default": "_blank"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击按钮触发的事件",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#buttoncomponent-events"
              }
            ]
          }
        },
        {
          "name": "tk-carousel-component",
          "source": {
            "symbol": "Carousel"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props"
            },
            {
              "name": "arrow",
              "description": "arrow",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "String"
              ],
              "default": "hover"
            },
            {
              "name": "dots",
              "description": "dots",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "String"
              ],
              "default": "inside"
            },
            {
              "name": "autoplay",
              "description": "autoplay",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "autoplaySpeed",
              "description": "autoplaySpeed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Number"
              ],
              "default": "2000"
            },
            {
              "name": "loop",
              "description": "loop",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "closeLoop",
              "description": "closeLoop",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "easing",
              "description": "easing",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "String"
              ],
              "default": "ease"
            },
            {
              "name": "radiusDot",
              "description": "radiusDot",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "switchingSpeed",
              "description": "switchingSpeed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#carouselcomponent-props",
              "type": [
                "Number"
              ],
              "default": "500"
            }
          ]
        },
        {
          "name": "tk-checkbox-component",
          "source": {
            "symbol": "Checkbox"
          },
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent",
          "props": [
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent-props"
            },
            {
              "name": "trueValue",
              "description": "trueValue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "falseValue",
              "description": "falseValue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxcomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ]
            }
          ]
        },
        {
          "name": "tk-checkbox-group-component",
          "source": {
            "symbol": "CheckboxGroup"
          },
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxgroupcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#checkboxgroupcomponent-props"
            }
          ]
        },
        {
          "name": "tk-classification-component",
          "source": {
            "symbol": "Classification"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent",
          "props": [
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props"
            },
            {
              "name": "fillText",
              "description": "fillText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String"
              ],
              "default": "点击添加分类"
            },
            {
              "name": "inputmaxlength",
              "description": "falseValue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "itemMaxWidth",
              "description": "itemMaxWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "datatype",
              "description": "datatype",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String"
              ],
              "default": "String"
            },
            {
              "name": "maxWidth",
              "description": "maxWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "selectWidth",
              "description": "selectWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "AliasData",
              "description": "AliasData",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "labelPreFix",
              "description": "labelPreFix",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String"
              ],
              "default": "`"
            },
            {
              "name": "noEdit",
              "description": "noEdit",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "bytes",
              "description": "bytes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#classificationcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            }
          ]
        },
        {
          "name": "tk-collapse-component",
          "source": {
            "symbol": "Collapse"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#collapsecomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#collapsecomponent-props",
              "type": [
                "Array",
                "String"
              ]
            },
            {
              "name": "accordion",
              "description": "accordion",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#collapsecomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ]
        },
        {
          "name": "tk-collapse-item-component",
          "source": {
            "symbol": "CollapseItem"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#collapseitemcomponent",
          "props": [
            {
              "name": "name",
              "description": "name",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#collapseitemcomponent-props",
              "type": [
                "String"
              ]
            }
          ]
        },
        {
          "name": "tk-color-bar-component",
          "source": {
            "symbol": "ColorBar"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props",
              "type": [
                "Array",
                "String"
              ]
            },
            {
              "name": "colorList",
              "description": "Array",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props"
            },
            {
              "name": "hideDefault",
              "description": "hideDefault",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "defaultColor",
              "description": "defaultColor",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "hideMulticolor",
              "description": "hideMulticolor",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "option",
              "description": "option",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarcomponent-props",
              "type": [
                "Object"
              ]
            }
          ]
        },
        {
          "name": "tk-color-bar-v2-component",
          "source": {
            "symbol": "ColorBarV2"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component-props",
              "type": [
                "Array",
                "String"
              ]
            },
            {
              "name": "colorList",
              "description": "Array",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component-props"
            },
            {
              "name": "hideDefault",
              "description": "hideDefault",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "hideMulticolor",
              "description": "hideMulticolor",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "option",
              "description": "option",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorbarv2component-props",
              "type": [
                "Object"
              ]
            }
          ]
        },
        {
          "name": "tk-color-picker-v2-component",
          "source": {
            "symbol": "ColorPickerV2"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "options",
              "description": "Object",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "prefixCls",
              "description": "String",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component-props",
              "type": [
                "String"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "on-change",
                "description": "颜色改变",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component-events"
              },
              {
                "name": "on-undo",
                "description": "记录修改内容",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickerv2component-events"
              }
            ]
          }
        },
        {
          "name": "tk-colorpicker-component",
          "source": {
            "symbol": "Colorpicker"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickercomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "options",
              "description": "Object",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickercomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "prefixCls",
              "description": "String",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#colorpickercomponent-props",
              "type": [
                "String"
              ]
            }
          ]
        },
        {
          "name": "tk-container-component",
          "source": {
            "symbol": "Container"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#containercomponent",
          "props": [
            {
              "name": "direction",
              "description": "direction",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#containercomponent-props",
              "type": [
                "String"
              ]
            }
          ]
        },
        {
          "name": "tk-demo-component",
          "source": {
            "symbol": "Demo"
          },
          "description": "测试Demo。",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#democomponent",
          "props": [
            {
              "name": "id",
              "description": "编码",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#democomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "isShow",
              "description": "是否展示",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#democomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#democomponent-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击按钮触发的事件",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#democomponent-events"
              }
            ]
          }
        },
        {
          "name": "tk-dialog-component",
          "source": {
            "symbol": "Dialog"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent",
          "props": [
            {
              "name": "content",
              "description": "content",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "description",
              "description": "description",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "confirmButton",
              "description": "confirmButton",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "cancelButton",
              "description": "cancelButton",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "icon",
              "description": "icon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "showClose",
              "description": "showClose",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dialogcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-dropdown-component",
          "source": {
            "symbol": "Dropdown"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent",
          "props": [
            {
              "name": "trigger",
              "description": "trigger",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "visible",
              "description": "visible",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "secondselect",
              "description": "secondselect",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "menuStyle",
              "description": "menuStyle",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdowncomponent-slots"
            }
          ]
        },
        {
          "name": "tk-dropdown-menu-component",
          "source": {
            "symbol": "DropdownMenu"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenucomponent",
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenucomponent-slots"
            }
          ]
        },
        {
          "name": "tk-dropdown-menu-divider-component",
          "source": {
            "symbol": "DropdownMenuDivider"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenudividercomponent",
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenudividercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-dropdown-menu-item-component",
          "source": {
            "symbol": "DropdownMenuItem"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenuitemcomponent",
          "props": [
            {
              "name": "subMenu",
              "description": "subMenu",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenuitemcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "menuStyle",
              "description": "menuStyle",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenuitemcomponent-props",
              "type": [
                "Object",
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#dropdownmenuitemcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-footer-component",
          "source": {
            "symbol": "Footer"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#footercomponent",
          "props": [
            {
              "name": "subMenu",
              "description": "subMenu",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#footercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "menuStyle",
              "description": "menuStyle",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#footercomponent-props",
              "type": [
                "Object",
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#footercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-form-component",
          "source": {
            "symbol": "Form"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#formcomponent",
          "props": [
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "labelSuffix",
              "description": "labelSuffix",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-form-item-component",
          "source": {
            "symbol": "FormItem"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#formitemcomponent",
          "props": [
            {
              "name": "labelWidth",
              "description": "labelWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formitemcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formitemcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#formitemcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-gallery-component",
          "source": {
            "symbol": "Gallery"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent",
          "props": [
            {
              "name": "wrapWidth",
              "description": "wrapWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "viewWidth",
              "description": "viewWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "prevLeft",
              "description": "prevLeft",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "nextRight",
              "description": "nextRight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "iconSize",
              "description": "iconSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "defaultIndex",
              "description": "defaultIndex",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-props",
              "type": [
                "Number"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#gallerycomponent-slots"
            }
          ]
        },
        {
          "name": "tk-header-component",
          "source": {
            "symbol": "Header"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#headercomponent",
          "props": [
            {
              "name": "height",
              "description": "height",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#headercomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#headercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-input-component",
          "source": {
            "symbol": "Input"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "id",
              "description": "id",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "classes",
              "description": "classes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "pattern",
              "description": "pattern",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "maxlength",
              "description": "maxlength",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "readonly",
              "description": "readonly",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "inputType",
              "description": "inputType",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "placeholder",
              "description": "placeholder",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "icon",
              "description": "icon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "number",
              "description": "number",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "negativeNumber",
              "description": "negativeNumber",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "unit",
              "description": "unit",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "noTrim",
              "description": "noTrim",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "format",
              "description": "format",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "limit",
              "description": "limit",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "autocomplete",
              "description": "autocomplete",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "bytes",
              "description": "bytes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "iconEvent",
              "description": "iconEvent",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "svgIcon",
              "description": "svgIcon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "svgActiveIcon",
              "description": "svgActiveIcon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "svgIconClass",
              "description": "svgIconClass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "svgActiveIconClass",
              "description": "svgActiveIconClass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-input-number-component",
          "source": {
            "symbol": "InputNumber"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Number"
              ],
              "default": "Infinity"
            },
            {
              "name": "min",
              "description": "min",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "decimal",
              "description": "支持小数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "nagative",
              "description": "支持负数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "unit",
              "description": "单位",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "digitis",
              "description": "小数位数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "disabled",
              "description": "禁止",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "empty",
              "description": "支持保留空状态",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placeholder",
              "description": "placeholder",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#inputnumbercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-i-o-lazy-component",
          "source": {
            "symbol": "IOLazy"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent",
          "props": [
            {
              "name": "timeout",
              "description": "timeout",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "tagName",
              "description": "tagName",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "viewport",
              "description": "viewport",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "HTMLElement",
                "Object"
              ]
            },
            {
              "name": "threshold",
              "description": "threshold",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "direction",
              "description": "direction",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "maxWaitingTime",
              "description": "maxWaitingTime",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-props",
              "type": [
                "Number"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#iolazycomponent-slots"
            }
          ]
        },
        {
          "name": "tk-lock-ratio-component",
          "source": {
            "symbol": "LockRatio"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent",
          "props": [
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "height",
              "description": "height",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "minWidth",
              "description": "minWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "maxWidth",
              "description": "maxWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "minHeight",
              "description": "minHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "maxHeight",
              "description": "maxHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "unlocked",
              "description": "unlocked",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#lockratiocomponent-slots"
            }
          ]
        },
        {
          "name": "tk-main-component",
          "source": {
            "symbol": "Main"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#maincomponent",
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#maincomponent-slots"
            }
          ]
        },
        {
          "name": "tk-modal-component",
          "source": {
            "symbol": "Modal"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent",
          "props": [
            {
              "name": "title",
              "description": "title",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "description",
              "description": "description",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "asideDescription",
              "description": "asideDescription",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "confirmDisabled",
              "description": "confirmDisabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "cancelDisabled",
              "description": "cancelDisabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "height",
              "description": "height",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "useMaximizing",
              "description": "useMaximizing",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "maximizing",
              "description": "maximizing",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "update:maximizing",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-events"
              },
              {
                "name": "cancel",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-events"
              },
              {
                "name": "confirm",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-events"
              },
              {
                "name": "close",
                "doc-url": "https://github.com/aheadcn/talkwed/components/../#modalcomponent-events"
              }
            ]
          }
        },
        {
          "name": "tk-page-component",
          "source": {
            "symbol": "Page"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent",
          "props": [
            {
              "name": "current",
              "description": "current",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "total",
              "description": "total",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "pageSize",
              "description": "pageSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "simple",
              "description": "simple",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "className",
              "description": "className",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "styles",
              "description": "styles",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "showTotal",
              "description": "showTotal",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "pageSizeOpts",
              "description": "pageSizeOpts",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "showSizer",
              "description": "showSizer",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#pagecomponent-slots"
            }
          ]
        },
        {
          "name": "tk-photo-component",
          "source": {
            "symbol": "Photo"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ]
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "size",
              "description": "size",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photocomponent-slots"
            }
          ]
        },
        {
          "name": "tk-photo-group-component",
          "source": {
            "symbol": "PhotoGroup"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#photogroupcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photogroupcomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean",
                "Array"
              ]
            },
            {
              "name": "multiple",
              "description": "multiple",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photogroupcomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photogroupcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-photo-list-component",
          "source": {
            "symbol": "PhotoList"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "viewLength",
              "description": "viewLength",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "pathAlias",
              "description": "pathAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "String"
              ],
              "default": "filePath"
            },
            {
              "name": "slideToDirection",
              "description": "slideToDirection",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "String"
              ],
              "default": "last"
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "Infinity"
            },
            {
              "name": "itemMargin",
              "description": "itemMargin",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "15"
            },
            {
              "name": "uploadMargin",
              "description": "uploadMargin",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "15"
            },
            {
              "name": "noPhotoWidth",
              "description": "noPhotoWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "prevLeft",
              "description": "prevLeft",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "125"
            },
            {
              "name": "nextRight",
              "description": "nextRight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "32"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#photolistcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-popover-component",
          "source": {
            "symbol": "Popover"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent",
          "props": [
            {
              "name": "w",
              "description": "w",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "h",
              "description": "h",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "bg",
              "description": "bg",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "classes",
              "description": "classes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popovercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-popup-component",
          "source": {
            "symbol": "Popup"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#popupcomponent",
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#popupcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-radio-component",
          "source": {
            "symbol": "Radio"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiocomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiocomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiocomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiocomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiocomponent-slots"
            }
          ]
        },
        {
          "name": "tk-radio-group-component",
          "source": {
            "symbol": "RadioGroup"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiogroupcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiogroupcomponent-props",
              "type": [
                "String",
                "Number",
                "Boolean"
              ]
            },
            {
              "name": "classes",
              "description": "classes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiogroupcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#radiogroupcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-scrollbar-component",
          "source": {
            "symbol": "Scrollbar"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent",
          "props": [
            {
              "name": "theme",
              "description": "theme",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-props",
              "type": [
                "String"
              ],
              "default": "default"
            },
            {
              "name": "maxHeight",
              "description": "maxHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "minHeight",
              "description": "minHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "horizontal",
              "description": "horizontal",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "visible",
              "description": "visible",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#scrollbarcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-component",
          "source": {
            "symbol": "Select"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placeholder",
              "description": "placeholder",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "filterable",
              "description": "filterable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "notfoundtext",
              "description": "notfoundtext",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "maxdropheight",
              "description": "maxdropheight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String"
              ],
              "default": "154px"
            },
            {
              "name": "labelinvalue",
              "description": "labelinvalue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String"
              ],
              "default": "bottom"
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "isTag",
              "description": "isTag",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "loading",
              "description": "loading",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "loadingText",
              "description": "loadingText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "String"
              ],
              "default": "`加载中...`"
            },
            {
              "name": "remoteMethod",
              "description": "remoteMethod",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "remoteSelectedOptions",
              "description": "remoteSelectedOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "remain",
              "description": "remain",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Number"
              ],
              "default": "8"
            },
            {
              "name": "bench",
              "description": "bench",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Number"
              ],
              "default": "16"
            },
            {
              "name": "itemSize",
              "description": "itemSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-props",
              "type": [
                "Number"
              ],
              "default": "30"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-column-component",
          "source": {
            "symbol": "SelectColumn"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "levelAlias",
              "description": "levelAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "String"
              ],
              "default": "level"
            },
            {
              "name": "valueAlias",
              "description": "valueAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "String"
              ],
              "default": "id"
            },
            {
              "name": "labelAlias",
              "description": "labelAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "String"
              ],
              "default": "name"
            },
            {
              "name": "remoteMethod",
              "description": "remoteMethod",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "Function"
              ],
              "default": "154px"
            },
            {
              "name": "remoteSelectedOptions",
              "description": "remoteSelectedOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "filterable",
              "description": "filterable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectcolumncomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-dropdown-component",
          "source": {
            "symbol": "SelectDropdown"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent",
          "props": [
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "className",
              "description": "className",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "secondselect",
              "description": "secondselect",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "offset",
              "description": "offset",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "boundariesPadding",
              "description": "boundariesPadding",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "boundariesElement",
              "description": "boundariesElement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-props",
              "type": [
                "String"
              ],
              "default": "body"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectdropdowncomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-filter-component",
          "source": {
            "symbol": "SelectFilter"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placeholder",
              "description": "placeholder",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "notfoundtext",
              "description": "notfoundtext",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "maxdropheight",
              "description": "maxdropheight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "labelinvalue",
              "description": "labelinvalue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "String"
              ],
              "default": "bottom"
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "isTag",
              "description": "isTag",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectfiltercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-graphic-component",
          "source": {
            "symbol": "SelectGraphic"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "list",
              "description": "list",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "size",
              "description": "size",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectgraphiccomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-input-component",
          "source": {
            "symbol": "SelectInput"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "placeholder",
              "description": "placeholder",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "filterable",
              "description": "filterable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "supportString",
              "description": "supportString",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "maxdropheight",
              "description": "maxdropheight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String"
              ],
              "default": "`157px`"
            },
            {
              "name": "notfoundtext",
              "description": "notfoundtext",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String"
              ],
              "default": "bottom"
            },
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "unit",
              "description": "unit",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "min",
              "description": "min",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "remain",
              "description": "remain",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Number"
              ],
              "default": "8"
            },
            {
              "name": "bench",
              "description": "bench",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Number"
              ],
              "default": "16"
            },
            {
              "name": "itemSize",
              "description": "itemSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "Number"
              ],
              "default": "30"
            },
            {
              "name": "pattern",
              "description": "pattern",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-props",
              "type": [
                "String",
                "Object"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectinputcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-select-item-component",
          "source": {
            "symbol": "SelectItem"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "secondselect",
              "description": "secondselect",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "showicon",
              "description": "showicon",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "isTag",
              "description": "isTag",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#selectitemcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-slider-component",
          "source": {
            "symbol": "Slider"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "classes",
              "description": "classes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "min",
              "description": "min",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "radius",
              "description": "radius",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "step",
              "description": "step",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ],
              "default": "1"
            },
            {
              "name": "decimal",
              "description": "支持小数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "nagative",
              "description": "支持负数",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "unit",
              "description": "单位",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "digitis",
              "description": "digitis",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#slidercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-svg-icon",
          "source": {
            "symbol": "SvgIcon"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#svgicon",
          "props": [
            {
              "name": "name",
              "description": "name",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#svgicon-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "scale",
              "description": "scale",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#svgicon-props",
              "type": [
                "Number"
              ],
              "default": "1"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#svgicon-slots"
            }
          ]
        },
        {
          "name": "tk-switch-component",
          "source": {
            "symbol": "Switch"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#switchcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#switchcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#switchcomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#switchcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tab-pane-component",
          "source": {
            "symbol": "TabPane"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabpanecomponent",
          "props": [
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabpanecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "hidden",
              "description": "hidden",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabpanecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "name",
              "description": "name",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabpanecomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabpanecomponent-slots"
            }
          ]
        },
        {
          "name": "tk-table-component",
          "source": {
            "symbol": "Table"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent",
          "props": [
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "columns",
              "description": "columns",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "dragSortable",
              "description": "dragSortable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "sortDisableAlias",
              "description": "sortDisableAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "sortDisableValue",
              "description": "sortDisableValue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean",
                "Number",
                "String"
              ],
              "default": "true"
            },
            {
              "name": "multiLevel",
              "description": "multiLevel",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "showHeader",
              "description": "showHeader",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "noDataText",
              "description": "noDataText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "String"
              ],
              "default": "`表格无数据`"
            },
            {
              "name": "noFilteredDataText",
              "description": "noFilteredDataText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "String"
              ],
              "default": "`无匹配数据`"
            },
            {
              "name": "rowClassName",
              "description": "rowClassName",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "loading",
              "description": "loading",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "pageSize",
              "description": "pageSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number"
              ],
              "default": "-1"
            },
            {
              "name": "page",
              "description": "page",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number"
              ],
              "default": "-1"
            },
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number",
                "String"
              ]
            },
            {
              "name": "height",
              "description": "height",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number",
                "String"
              ]
            },
            {
              "name": "dragClass",
              "description": "dragClass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "flexible",
              "description": "flexible",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "maxDepth",
              "description": "maxDepth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number"
              ],
              "default": "3"
            },
            {
              "name": "resizable",
              "description": "resizable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "maxBodyHeight",
              "description": "maxBodyHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "showCount",
              "description": "showCount",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "uniqueKey",
              "description": "uniqueKey",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "lazyLoad",
              "description": "lazyLoad",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "tdHeight",
              "description": "tdHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-props",
              "type": [
                "Number"
              ],
              "default": "50"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tablecomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tabs-component",
          "source": {
            "symbol": "Tabs"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabscomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabscomponent-props"
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabscomponent-props",
              "type": [
                "String"
              ],
              "default": "default"
            },
            {
              "name": "useScrollbar",
              "description": "useScrollbar",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabscomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tabscomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tag-component",
          "source": {
            "symbol": "Tag"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "filterMethod",
              "description": "filterMethod",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "Function",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "label",
              "description": "label",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "index",
              "description": "index",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String"
              ],
              "default": "product"
            },
            {
              "name": "fillText",
              "description": "fillText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "bytes",
              "description": "bytes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "norepeat",
              "description": "norepeat",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "tagWidth",
              "description": "tagWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "maxlength",
              "description": "maxlength",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-props",
              "type": [
                "String",
                "Number"
              ],
              "default": "50"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tagcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tag-group-component",
          "source": {
            "symbol": "TagGroup"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "type",
              "description": "type",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String"
              ],
              "default": "product"
            },
            {
              "name": "fillText",
              "description": "fillText",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "isfixed",
              "description": "isfixed",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "max",
              "description": "max",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "bytes",
              "description": "bytes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "tipsWidth",
              "description": "tipsWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "isAddBtnClose",
              "description": "isAddBtnClose",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "norepeat",
              "description": "norepeat",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "tagWidth",
              "description": "tagWidth",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "maxlength",
              "description": "maxlength",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-props",
              "type": [
                "String",
                "Number"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#taggroupcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-text-style-settings-component",
          "source": {
            "symbol": "TextStyleSettings"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "includes",
              "description": "includes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "excludes",
              "description": "excludes",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "defaultRadio",
              "description": "defaultRadio",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "String",
                "Number"
              ]
            },
            {
              "name": "hideRadio",
              "description": "hideRadio",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "defaultValue",
              "description": "defaultValue",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "keyList",
              "description": "文本数据对应的key",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "fontData",
              "description": "文本数据",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "funList",
              "description": "funList",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "showRadioLabel",
              "description": "showRadioLabel",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "String"
              ],
              "default": "`自定义`"
            },
            {
              "name": "radioOptions",
              "description": "radioOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "familyLists",
              "description": "familyLists",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "openGradientMode",
              "description": "openGradientMode",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "fontSizeOptions",
              "description": "fontSizeOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "colorPickerOptions",
              "description": "colorPickerOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "showNeedDownloadFontFamily",
              "description": "showNeedDownloadFontFamily",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#textstylesettingscomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tooltip-component",
          "source": {
            "symbol": "Tooltip"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent",
          "props": [
            {
              "name": "openDelay",
              "description": "openDelay",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "disabled",
              "description": "disabled",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "manual",
              "description": "manual",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "effect",
              "description": "effect",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ],
              "default": "default"
            },
            {
              "name": "popperClass",
              "description": "popperClass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "content",
              "description": "content",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "transition",
              "description": "transition",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "enterable",
              "description": "enterable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "hideAfter",
              "description": "hideAfter",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "visibleArrow",
              "description": "visibleArrow",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "popperOptions",
              "description": "popperOptions",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Object"
              ]
            },
            {
              "name": "closeDelay",
              "description": "closeDelay",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "width",
              "description": "width",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-tooltip-img-component",
          "source": {
            "symbol": "TooltipImg"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent",
          "props": [
            {
              "name": "src",
              "description": "src",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "title",
              "description": "title",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "titlePlacement",
              "description": "titlePlacement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ],
              "default": "top"
            },
            {
              "name": "placement",
              "description": "placement",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ],
              "default": "top-end"
            },
            {
              "name": "description",
              "description": "description",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "center",
              "description": "center",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "large",
              "description": "large",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "offset",
              "description": "offset",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "useTitleHTML",
              "description": "useTitleHTML",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "useDescriptionHTML",
              "description": "useDescriptionHTML",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "closeDelay",
              "description": "closeDelay",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "popperClass",
              "description": "popperClass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-props",
              "type": [
                "String"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#tooltipimgcomponent-slots"
            }
          ]
        },
        {
          "name": "tk-transfer-component",
          "source": {
            "symbol": "Transfer"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent",
          "props": [
            {
              "name": "model-value",
              "description": "binding value",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "data",
              "description": "data",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "specialData",
              "description": "specialData",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "noDelData",
              "description": "noDelData",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "keyAlias",
              "description": "keyAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "String"
              ],
              "default": "key"
            },
            {
              "name": "labelAlias",
              "description": "labelAlias",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "String"
              ],
              "default": "label"
            },
            {
              "name": "hasAdd",
              "description": "hasAdd",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Boolean"
              ]
            },
            {
              "name": "noDataLabel",
              "description": "noDataLabel",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "String"
              ],
              "default": "`主人，赶紧添加产品吧`"
            },
            {
              "name": "noMatchLabel",
              "description": "noMatchLabel",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "String"
              ],
              "default": "`没有找到您搜索的文件`"
            },
            {
              "name": "filterLabel",
              "description": "filterLabel",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "String"
              ],
              "default": "`搜索产品`"
            },
            {
              "name": "member",
              "description": "member",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Number"
              ],
              "default": "10000"
            },
            {
              "name": "operations",
              "description": "operations",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "totalSize",
              "description": "totalSize",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "ajaxLoad",
              "description": "ajaxLoad",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "unSortable",
              "description": "unSortable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-props",
              "type": [
                "Boolean"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#transfercomponent-slots"
            }
          ]
        },
        {
          "name": "tk-virtual-list-component",
          "source": {
            "symbol": "VirtualList"
          },
          "description": "说明",
          "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent",
          "props": [
            {
              "name": "size",
              "description": "size",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "remain",
              "description": "remain",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "rtag",
              "description": "rtag",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ],
              "default": "div"
            },
            {
              "name": "wtag",
              "description": "wtag",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ],
              "default": "div"
            },
            {
              "name": "externalScrolling",
              "description": "externalScrolling",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "theme",
              "description": "theme",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ],
              "default": "default"
            },
            {
              "name": "maxHeight",
              "description": "maxHeight",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ]
            },
            {
              "name": "wclass",
              "description": "wclass",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ]
            },
            {
              "name": "pagemode",
              "description": "pagemode",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "start",
              "description": "start",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "offset",
              "description": "offset",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "variable",
              "description": "variable",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Function",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "bench",
              "description": "bench",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "debounce",
              "description": "debounce",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "totop",
              "description": "totop",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Function",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "tobottom",
              "description": "tobottom",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Function",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "onscroll",
              "description": "onscroll",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Function",
                "Boolean"
              ],
              "default": "false"
            },
            {
              "name": "item",
              "description": "item",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "String"
              ],
              "default": "null"
            },
            {
              "name": "itemcount",
              "description": "itemcount",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Number"
              ],
              "default": "0"
            },
            {
              "name": "itemprops",
              "description": "itemprops",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-props",
              "type": [
                "Function"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义默认内容",
              "doc-url": "https://github.com/aheadcn/talkwed/components/../#virtuallistcomponent-slots"
            }
          ]
        }
      ]
    }
  }
}