stellar-ui-plus 1.22.7 → 1.22.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,3 +6,8 @@
|
|
|
6
6
|
| `apiUrl` | 更新API地址 | `string` | `https://zboa.whzb.com/inte-cloud-dev/blade-system/api/inte/client/ver/currentDetail` | - | - |
|
|
7
7
|
|
|
8
8
|
|
|
9
|
+
#### Events
|
|
10
|
+
| 事件名 | 说明 | 事件参数 | 支持版本 |
|
|
11
|
+
| ----- | ----- | ------- | -------- |
|
|
12
|
+
| `cancel` | 取消更新 | - | - |
|
|
13
|
+
| `complete` | 取消,成功更新都会执行 | - | - |
|
|
@@ -1,73 +1,72 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "ste-filter-tool",
|
|
3
|
-
"description": "筛选选项",
|
|
4
|
-
"example": "<ste-filter-tool></ste-filter-tool>",
|
|
5
|
-
"tutorial": "https://stellar-ui.intecloud.com.cn/plus/#/?active=filter-tool",
|
|
6
|
-
"attributes": [
|
|
7
|
-
{
|
|
8
|
-
"name": "v-model:value",
|
|
9
|
-
"description": "当前选中值,支持双向绑定",
|
|
10
|
-
"type": "FilterValue[]",
|
|
11
|
-
"default": "[]"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"name": "activeColor",
|
|
15
|
-
"description": "激活状态颜色",
|
|
16
|
-
"type": "string",
|
|
17
|
-
"default": "#0275FF"
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
"name": "inactiveColor",
|
|
21
|
-
"description": "非激活状态颜色",
|
|
22
|
-
"type": "string",
|
|
23
|
-
"default": "#555A61"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "filterType",
|
|
27
|
-
"description": "筛选类型",
|
|
28
|
-
"type": "string",
|
|
29
|
-
"
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "ste-filter-tool",
|
|
3
|
+
"description": "筛选选项",
|
|
4
|
+
"example": "<ste-filter-tool></ste-filter-tool>",
|
|
5
|
+
"tutorial": "https://stellar-ui.intecloud.com.cn/plus/#/?active=filter-tool",
|
|
6
|
+
"attributes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "v-model:value",
|
|
9
|
+
"description": "当前选中值,支持双向绑定",
|
|
10
|
+
"type": "FilterValue[]",
|
|
11
|
+
"default": "[]"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "activeColor",
|
|
15
|
+
"description": "激活状态颜色",
|
|
16
|
+
"type": "string",
|
|
17
|
+
"default": "#0275FF"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "inactiveColor",
|
|
21
|
+
"description": "非激活状态颜色",
|
|
22
|
+
"type": "string",
|
|
23
|
+
"default": "#555A61"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "filterType",
|
|
27
|
+
"description": "筛选类型",
|
|
28
|
+
"type": "string",
|
|
29
|
+
"default": "button"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"name": "data",
|
|
33
|
+
"description": "筛选数据源,详细配置见文档",
|
|
34
|
+
"type": "FilterItem[]",
|
|
35
|
+
"default": "[]"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "showCategory",
|
|
39
|
+
"description": "是否显示左侧的分类栏",
|
|
40
|
+
"type": "boolean",
|
|
41
|
+
"default": "true"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"name": "[event]confirm",
|
|
45
|
+
"description": "点击确认按钮时触发",
|
|
46
|
+
"type": "(values: FilterValue[]) => void",
|
|
47
|
+
"params": [
|
|
48
|
+
{
|
|
49
|
+
"name": "values",
|
|
50
|
+
"description": "当前所有选中的值"
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "[event]reset",
|
|
56
|
+
"description": "点击重置按钮时触发",
|
|
57
|
+
"type": "() => void",
|
|
58
|
+
"params": []
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "[event]itemClick",
|
|
62
|
+
"description": "点击任意筛选项时触发(实时)",
|
|
63
|
+
"type": "(item: FilterValue) => void",
|
|
64
|
+
"params": [
|
|
65
|
+
{
|
|
66
|
+
"name": "item",
|
|
67
|
+
"description": "当前操作的筛选项数据"
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|