{
    "$schema": "https://comp-public-1303824488.cos.ap-shanghai.myqcloud.com/schema/lcds_component.json",
    "data": {
        "properties": {
            "interval": {
                "title": "自动切换时间间隔",
                "default": 5000,
                "type": "number",
                "x-index": 1,
                "x-category": "基础属性",
                "description": "配置轮播图滚动的时间间隔，时间单位为ms"
            },
            "vertical": {
                "title": "纵向轮播",
                "default": false,
                "x-index": 2,
                "type": "boolean",
                "x-category": "基础属性",
                "description": "开启后，轮播的滚动方式将会由横向滚动变更为纵向滚动"
            },
            "autoplay": {
                "title": "自动切换",
                "default": true,
                "x-index": 3,
                "type": "boolean",
                "x-category": "基础属性",
                "description": "开启后，轮播图将会自动根据配置的时间间隔进行自动滚动，关闭后则轮播图仅支持通过点击锚点的方式进行切换"
            },
            "indicatorActiveColor": {
                "title": "锚点激活色",
                "x-index": 4,
                "type": "string",
                "x-component": "color",
                "default": "rgba(0, 0, 0, 0.9)",
                "x-category": "高级属性",
                "description": "更改锚点选中时的颜色"
            },
            "indicatorColor": {
                "title": "锚点颜色",
                "type": "string",
                "x-index": 5,
                "x-component": "color",
                "default": "rgba(200, 200, 200, 0.9)",
                "x-category": "高级属性",
                "description": "更改锚点普通状态下的颜色"
            },
            "duration": {
                "title": "滑动动画时长",
                "default": 500,
                "x-index": 6,
                "type": "number",
                "x-category": "高级属性",
                "description": "更改轮播图切换时的滑动动画时长"
            },
            "current": {
                "title": "当前所在滑块的 index",
                "default": 0,
                "x-index": 7,
                "type": "number",
                "x-category": "高级属性",
                "description": "更改轮播图的默认展示位置，0为默认展示第一张轮播图，以此类推"
            },
            "circular": {
                "title": "衔接滑动",
                "default": true,
                "type": "boolean",
                "x-index": 8,
                "x-category": "高级属性",
                "description": "更改轮播图切换时动画的滑动方式"
            },
            "indicatorDots": {
                "title": "导航锚点",
                "default": true,
                "type": "boolean",
                "x-index": 9,
                "x-category": "高级属性",
                "description": "开启/关闭轮播图锚点"
            }
        }
    },
    "events": [
        {
            "name": "change",
            "title": "切换"
        }
    ],
    "meta": {
        "title": "轮播容器",
        "description": "用于快速在页面搭建轮播图展示效果，并支持轮播图的跳转、播放配置。",
        "category": "布局",
        "categoryOrder": 200,
        "componentOrder": 90,
        "icon": "../icons/Swiper.svg"
    },
    "configMeta": {
        "docsUrl": "https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/show/Swiper"
    },
    "isContainer": true,
    "mpOrigin": "swiper"
}
