-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathUpdateLists.json
138 lines (137 loc) · 3.74 KB
/
UpdateLists.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
[
{
"isNew": true,
"name": "DelTimeline",
"desc": "垂直展示的时间流信息。"
},
{
"isNew": true,
"name": "DelPopup",
"desc": "代替内置 Popup 的弹出式窗口。"
},
{
"isNew": false,
"name": "DelMenu",
"desc": "重构实现。\n增加紧凑模式和弹出模式。"
},
{
"isNew": true,
"name": "DelPagination",
"desc": "分页器用于分隔长列表,每次只加载一个页面。"
},
{
"isNew": true,
"name": "DelCard",
"desc": "最基础的卡片容器,可承载文字、列表、图片、段落。"
},
{
"isNew": true,
"name": "DelAvatar",
"desc": "用来代表用户或事物,支持图片、图标或字符展示。"
},
{
"isNew": false,
"name": "DelButton",
"desc": "新增 Link 类型按钮。"
},
{
"isNew": false,
"name": "DelDrawer",
"desc": "新增 drawerSize(抽屉宽度) 属性。"
},
{
"isNew": true,
"name": "DelCollapse",
"desc": "可以折叠/展开的内容区域。"
},
{
"isNew": true,
"name": "DelTimePicker",
"desc": "输入或选择时间的控件。"
},
{
"isNew": true,
"name": "DelCheckBox",
"desc": "收集用户的多项选择。"
},
{
"isNew": true,
"name": "DelRadioBlock",
"desc": "DelRadio 的变体,用于在多个备选项中选中单个状态。"
},
{
"isNew": true,
"name": "DelRadio",
"desc": "用于在多个备选项中选中单个状态。"
},
{
"isNew": false,
"name": "DelRate",
"desc": "新增 toolTipDelegate 星星上方的文字提示代理。"
},
{
"isNew": true,
"name": "DelOTPInput",
"desc": "用于接收和验证一次性口令的输入框组合,通常用于验证码或密码。"
},
{
"isNew": true,
"name": "DelInput",
"desc": "通过鼠标或键盘输入内容,是最基础的表单域的包装(即传统输入框)。"
},
{
"isNew": true,
"name": "DelSelect",
"desc": "下拉选择器(即传统组合框)。"
},
{
"isNew": false,
"name": "DelSlider",
"desc": "新增 handleToolTipDelegate 滑块文字提示代理。"
},
{
"isNew": true,
"name": "DelAsyncHasher",
"desc": "可对任意数据(url/text/object)生成加密哈希的异步散列器。"
},
{
"isNew": true,
"name": "DelWatermark",
"desc": "可给页面的任意项加上水印,支持文本/图像水印。"
},
{
"isNew": true,
"name": "DelToolTip",
"desc": "简单的文字提示气泡框,用来代替 ToolTip。"
},
{
"isNew": true,
"name": "DelWindow",
"desc": "使用 DelWindow 可以轻松创建跨平台无边框窗口。"
},
{
"isNew": true,
"name": "DelRectangle",
"desc": "使用 DelRectangle 可以轻松实现任意四个对角方向上的圆角矩形。"
},
{
"isNew": true,
"name": "DelCopyableText",
"desc": "使用 DelCopyableText 可以代替 Text 以提供可复制的文本。"
},
{
"isNew": true,
"name": "DelAcrylic",
"desc": "使用 DelAcrylic 可以轻松实现亚克力/毛玻璃效果。"
},
{
"isNew": true,
"name": "DelTabView",
"desc": "DelTabView 是通过选项卡标签切换内容的组件。"
},
{
"isNew": false,
"name": "DelIconText",
"desc": "示例增加了图标分类。"
}
]