@agentscope-ai/design 1.0.26-beta.1769408015763 → 1.0.27-beta.1769499161692

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.
@@ -0,0 +1,6 @@
1
+
2
+
3
+ <DemoTitle title="InputSearch" desc="带搜索按钮的输入框,用于搜索场景。">
4
+ #### API
5
+
6
+ <AntdApiRef url="https://ant.design/components/input-cn/#inputsearch"></AntdApiRef>
@@ -6,6 +6,7 @@
6
6
  | 属性名 | 描述 | 类型 | 默认值 |
7
7
  |--------|--------|--------|--------|
8
8
  | type | 类型 | 'line' \| 'card' \| 'editable-card' \| 'segmented' | true |
9
+ | className | 类名 | string | '' |
9
10
 
10
11
 
11
12
  <AntdApiRef url="https://ant.design/components/tabs-cn/#api"></AntdApiRef>
@@ -1,5 +1,18 @@
1
1
 
2
2
 
3
+ ### 1.0.27
4
+ `2025-01-27`
5
+
6
+ ##### Changed
7
+
8
+ - 补充 InputSearch 组件文档
9
+
10
+ ##### Fixed
11
+
12
+ - Table 组件在表头固定时,表头样式默认圆角改为直角
13
+ - Empty 组件修复了引入多个 Empty 组件的情况下,可能导致的 svg 丢失的问题
14
+ - 文档搜索白屏问题修复
15
+
3
16
  ### 1.0.26
4
17
  `2025-01-21`
5
18
 
@@ -1,49 +1,6 @@
1
1
  # 索引
2
2
 
3
- - [](components/commonComponents/Upload/index.zh-CN.llms.txt)
4
- - [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
5
- - [](components/commonComponents/Video/index.zh-CN.llms.txt)
6
- - [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
7
- - [](components/commonComponents/Tag/index.zh-CN.llms.txt)
8
- - [](components/commonComponents/Tabs/index.zh-CN.llms.txt)
9
- - [](components/commonComponents/Switch/index.zh-CN.llms.txt)
10
3
  - [](components/commonComponents/Table/index.zh-CN.llms.txt)
11
- - [](components/commonComponents/Steps/index.zh-CN.llms.txt)
12
- - [](components/commonComponents/Spinner/index.zh-CN.llms.txt)
13
- - [](components/commonComponents/Statistic/index.zh-CN.llms.txt)
14
- - [](components/commonComponents/Slider/index.zh-CN.llms.txt)
15
- - [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
16
- - [](components/commonComponents/Select/index.zh-CN.llms.txt)
17
- - [](components/commonComponents/RadioButton/index.zh-CN.llms.txt)
18
- - [](components/commonComponents/Result/index.zh-CN.llms.txt)
19
- - [](components/commonComponents/Radio/index.zh-CN.llms.txt)
20
- - [](components/commonComponents/Progress/index.zh-CN.llms.txt)
21
- - [](components/commonComponents/Popover/index.zh-CN.llms.txt)
22
- - [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
23
- - [](components/commonComponents/Modal/index.zh-CN.llms.txt)
24
- - [](components/commonComponents/MediaPreview/index.zh-CN.llms.txt)
25
- - [](components/commonComponents/Message/index.zh-CN.llms.txt)
26
- - [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
27
- - [](components/commonComponents/Notification/index.zh-CN.llms.txt)
28
- - [](components/commonComponents/InputNumber/index.zh-CN.llms.txt)
29
- - [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
30
- - [](components/commonComponents/Image/index.zh-CN.llms.txt)
31
- - [](components/commonComponents/IconButton/index.zh-CN.llms.txt)
32
- - [](components/commonComponents/Input/index.zh-CN.llms.txt)
33
- - [](components/commonComponents/Form/index.zh-CN.llms.txt)
34
- - [](components/commonComponents/FileIcon/index.zh-CN.llms.txt)
35
- - [](components/commonComponents/Dropdown/index.zh-CN.llms.txt)
36
- - [](components/commonComponents/Empty/index.zh-CN.llms.txt)
37
- - [](components/commonComponents/FloatButton/index.zh-CN.llms.txt)
38
- - [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
39
- - [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
40
- - [](components/commonComponents/Descriptions/index.zh-CN.llms.txt)
41
- - [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
42
- - [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
43
- - [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
44
- - [](components/commonComponents/Card/index.zh-CN.llms.txt)
45
- - [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
46
- - [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
47
- - [](components/commonComponents/Button/index.zh-CN.llms.txt)
48
- - [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
49
- - [](components/commonComponents/Audio/index.zh-CN.llms.txt)
4
+ - [](components/commonComponents/InputSearch/index.zh-CN.llms.txt)
5
+ - [](docs/changelog/index.zh-CN.llms.txt)
6
+ - [](components/commonComponents/Tabs/index.zh-CN.llms.txt)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/design",
3
- "version": "1.0.26-beta.1769408015763",
3
+ "version": "1.0.27-beta.1769499161692",
4
4
  "description": "AgentScope Spark Design - UI Library for AgentScope AI",
5
5
  "repository": {
6
6
  "type": "git",