@agentscope-ai/design 1.0.26-beta.1767843408082 → 1.0.26-beta.1768271896414
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.
- package/lib/antd/styles/button.style.js +1 -3
- package/lib/antd/themes/carbonDarkTheme.json +1 -1
- package/lib/components/commonComponents/Button/demo/demo1.js +0 -4
- package/lib/components/commonComponents/CodeBlock/index.d.ts +2 -2
- package/lib/components/commonComponents/CodeBlock/index.js +1 -1
- package/lib/components/commonComponents/FileIcon/icons/audio.svg +1 -0
- package/lib/components/commonComponents/FileIcon/icons/video.svg +1 -0
- package/lib/components/commonComponents/FileIcon/index.js +5 -1
- package/lib/components/commonComponents/Tabs/index.js +27 -46
- package/lib/components/commonComponents/Tooltip/index.style.js +1 -3
- package/llms/all.llms.txt +1526 -1526
- package/llms/components/commonComponents/CodeBlock/index.zh-CN.llms.txt +2 -2
- package/llms/docs/guide/tokens&variables.zh-CN.llms.txt +1 -1
- package/llms/index.llms.txt +17 -17
- package/package.json +1 -1
- package/llms/docs/guide/musicLofiGenerator.zh-CN.llms.txt +0 -12
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
| 属性名 | 描述 | 类型 | 默认值 |
|
|
7
7
|
|--------|--------|--------|--------|
|
|
8
8
|
| language | 语言 | string \| string[] | (必填) |
|
|
9
|
-
| value | 值 | string |
|
|
9
|
+
| value | 值 | string | (必填) |
|
|
10
10
|
| className | 类名 | string | |
|
|
11
11
|
| theme | 主题 | 'dark' \| 'light' | |
|
|
12
12
|
| readOnly | 只读 | boolean | |
|
|
13
|
-
| onChange | | (value
|
|
13
|
+
| onChange | | (value: string) => void | |
|
package/llms/index.llms.txt
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
# 索引
|
|
2
2
|
|
|
3
|
-
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
4
|
-
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
5
|
-
- [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
|
|
6
3
|
- [](components/commonComponents/Video/index.zh-CN.llms.txt)
|
|
4
|
+
- [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
|
|
5
|
+
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
7
6
|
- [](components/commonComponents/Tag/index.zh-CN.llms.txt)
|
|
8
|
-
- [](components/commonComponents/
|
|
7
|
+
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
9
8
|
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
10
9
|
- [](components/commonComponents/Switch/index.zh-CN.llms.txt)
|
|
11
|
-
- [](components/commonComponents/
|
|
10
|
+
- [](components/commonComponents/Tabs/index.zh-CN.llms.txt)
|
|
12
11
|
- [](components/commonComponents/Statistic/index.zh-CN.llms.txt)
|
|
12
|
+
- [](components/commonComponents/Steps/index.zh-CN.llms.txt)
|
|
13
13
|
- [](components/commonComponents/Spinner/index.zh-CN.llms.txt)
|
|
14
|
-
- [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
|
|
15
14
|
- [](components/commonComponents/Select/index.zh-CN.llms.txt)
|
|
15
|
+
- [](components/commonComponents/Result/index.zh-CN.llms.txt)
|
|
16
16
|
- [](components/commonComponents/Slider/index.zh-CN.llms.txt)
|
|
17
|
+
- [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
|
|
17
18
|
- [](components/commonComponents/RadioButton/index.zh-CN.llms.txt)
|
|
18
|
-
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
19
19
|
- [](components/commonComponents/Radio/index.zh-CN.llms.txt)
|
|
20
|
-
- [](components/commonComponents/Result/index.zh-CN.llms.txt)
|
|
21
20
|
- [](components/commonComponents/Progress/index.zh-CN.llms.txt)
|
|
21
|
+
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
22
22
|
- [](components/commonComponents/Popover/index.zh-CN.llms.txt)
|
|
23
|
+
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
23
24
|
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
25
|
+
- [](components/commonComponents/Notification/index.zh-CN.llms.txt)
|
|
24
26
|
- [](components/commonComponents/Modal/index.zh-CN.llms.txt)
|
|
25
27
|
- [](components/commonComponents/Message/index.zh-CN.llms.txt)
|
|
26
|
-
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
27
|
-
- [](components/commonComponents/Notification/index.zh-CN.llms.txt)
|
|
28
28
|
- [](components/commonComponents/InputNumber/index.zh-CN.llms.txt)
|
|
29
29
|
- [](components/commonComponents/Image/index.zh-CN.llms.txt)
|
|
30
30
|
- [](components/commonComponents/Input/index.zh-CN.llms.txt)
|
|
31
31
|
- [](components/commonComponents/IconButton/index.zh-CN.llms.txt)
|
|
32
|
-
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
33
|
-
- [](components/commonComponents/FloatButton/index.zh-CN.llms.txt)
|
|
34
32
|
- [](components/commonComponents/Empty/index.zh-CN.llms.txt)
|
|
35
|
-
- [](components/commonComponents/
|
|
33
|
+
- [](components/commonComponents/FloatButton/index.zh-CN.llms.txt)
|
|
36
34
|
- [](components/commonComponents/Dropdown/index.zh-CN.llms.txt)
|
|
35
|
+
- [](components/commonComponents/Descriptions/index.zh-CN.llms.txt)
|
|
36
|
+
- [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
|
|
37
37
|
- [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
|
|
38
|
+
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
38
39
|
- [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
|
|
39
|
-
- [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
|
|
40
|
-
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
41
40
|
- [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
|
|
42
41
|
- [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
|
|
43
|
-
- [](components/commonComponents/
|
|
42
|
+
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
44
43
|
- [](components/commonComponents/Card/index.zh-CN.llms.txt)
|
|
44
|
+
- [](components/commonComponents/Button/index.zh-CN.llms.txt)
|
|
45
45
|
- [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
|
|
46
|
-
- [](components/commonComponents/Audio/index.zh-CN.llms.txt)
|
|
47
46
|
- [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
|
|
47
|
+
- [](components/commonComponents/Audio/index.zh-CN.llms.txt)
|
|
48
48
|
- [](components/commonComponents/Anchor/index.zh-CN.llms.txt)
|
|
49
49
|
- [](components/commonComponents/AlertDialog/index.zh-CN.llms.txt)
|
|
50
50
|
- [](components/commonComponents/Alert/index.zh-CN.llms.txt)
|
package/package.json
CHANGED