@agentscope-ai/design 1.0.27-beta.1769680455227 → 1.0.27-beta.1769741632982
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/components/commonComponents/CodeBlock/demo/demo1.js +5 -2
- package/lib/components/commonComponents/CodeBlock/index.style.d.ts +6 -0
- package/lib/components/commonComponents/CodeBlock/index.style.js +8 -1
- package/llms/all.llms.txt +889 -888
- package/llms/components/commonComponents/PromptsEditor/index.zh-CN.llms.txt +2 -1
- package/llms/index.llms.txt +19 -19
- package/package.json +1 -1
|
@@ -6,10 +6,11 @@
|
|
|
6
6
|
| 属性名 | 描述 | 类型 | 默认值 |
|
|
7
7
|
|--------|--------|--------|--------|
|
|
8
8
|
| maxLength | 可以输入内容的最大长度 | number | |
|
|
9
|
-
| value | 输入的内容 | string |
|
|
9
|
+
| value | 输入的内容 | string | |
|
|
10
10
|
| className | 输入内容的类名 | string | |
|
|
11
11
|
| onChange | 输入内容的回调 | (value: string) => void | |
|
|
12
12
|
| variables | 可以插入的变量列表 | Array | |
|
|
13
13
|
| onCreate | 新增变量的触发回调 | () => void | |
|
|
14
14
|
| createBtnText | 新增变量的按钮文本 | string | |
|
|
15
15
|
| tipsText | 提示文本,传入 false 时隐藏提示 | string \| React.ReactNode \| false | |
|
|
16
|
+
| readOnly | 仅可读 | boolean | false |
|
package/llms/index.llms.txt
CHANGED
|
@@ -1,55 +1,55 @@
|
|
|
1
1
|
# 索引
|
|
2
2
|
|
|
3
3
|
- [](components/commonComponents/Tooltip/index.zh-CN.llms.txt)
|
|
4
|
-
- [](components/commonComponents/
|
|
4
|
+
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
5
|
+
- [](components/commonComponents/Video/index.zh-CN.llms.txt)
|
|
5
6
|
- [](components/commonComponents/Tag/index.zh-CN.llms.txt)
|
|
7
|
+
- [](components/commonComponents/Upload/index.zh-CN.llms.txt)
|
|
6
8
|
- [](components/commonComponents/Tabs/index.zh-CN.llms.txt)
|
|
7
|
-
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
8
|
-
- [](components/commonComponents/Video/index.zh-CN.llms.txt)
|
|
9
|
-
- [](components/commonComponents/TimePicker/index.zh-CN.llms.txt)
|
|
10
9
|
- [](components/commonComponents/Steps/index.zh-CN.llms.txt)
|
|
11
10
|
- [](components/commonComponents/Statistic/index.zh-CN.llms.txt)
|
|
12
|
-
- [](components/commonComponents/Switch/index.zh-CN.llms.txt)
|
|
13
11
|
- [](components/commonComponents/Spinner/index.zh-CN.llms.txt)
|
|
12
|
+
- [](components/commonComponents/Switch/index.zh-CN.llms.txt)
|
|
13
|
+
- [](components/commonComponents/Table/index.zh-CN.llms.txt)
|
|
14
14
|
- [](components/commonComponents/Slider/index.zh-CN.llms.txt)
|
|
15
15
|
- [](components/commonComponents/Skeleton/index.zh-CN.llms.txt)
|
|
16
|
-
- [](components/commonComponents/Select/index.zh-CN.llms.txt)
|
|
17
16
|
- [](components/commonComponents/Result/index.zh-CN.llms.txt)
|
|
18
|
-
- [](components/commonComponents/
|
|
19
|
-
- [](components/commonComponents/Radio/index.zh-CN.llms.txt)
|
|
17
|
+
- [](components/commonComponents/Select/index.zh-CN.llms.txt)
|
|
20
18
|
- [](components/commonComponents/PromptsEditor/index.zh-CN.llms.txt)
|
|
21
|
-
- [](components/commonComponents/
|
|
19
|
+
- [](components/commonComponents/Radio/index.zh-CN.llms.txt)
|
|
20
|
+
- [](components/commonComponents/RadioButton/index.zh-CN.llms.txt)
|
|
22
21
|
- [](components/commonComponents/Popover/index.zh-CN.llms.txt)
|
|
22
|
+
- [](components/commonComponents/Progress/index.zh-CN.llms.txt)
|
|
23
|
+
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
23
24
|
- [](components/commonComponents/Popconfirm/index.zh-CN.llms.txt)
|
|
24
25
|
- [](components/commonComponents/Notification/index.zh-CN.llms.txt)
|
|
25
|
-
- [](components/commonComponents/Pagination/index.zh-CN.llms.txt)
|
|
26
26
|
- [](components/commonComponents/Message/index.zh-CN.llms.txt)
|
|
27
27
|
- [](components/commonComponents/Modal/index.zh-CN.llms.txt)
|
|
28
|
-
- [](components/commonComponents/MediaPreview/index.zh-CN.llms.txt)
|
|
29
|
-
- [](components/commonComponents/InputSearch/index.zh-CN.llms.txt)
|
|
30
|
-
- [](components/commonComponents/Input/index.zh-CN.llms.txt)
|
|
31
28
|
- [](components/commonComponents/InputNumber/index.zh-CN.llms.txt)
|
|
29
|
+
- [](components/commonComponents/Input/index.zh-CN.llms.txt)
|
|
30
|
+
- [](components/commonComponents/MediaPreview/index.zh-CN.llms.txt)
|
|
32
31
|
- [](components/commonComponents/Image/index.zh-CN.llms.txt)
|
|
33
|
-
- [](components/commonComponents/
|
|
32
|
+
- [](components/commonComponents/InputSearch/index.zh-CN.llms.txt)
|
|
34
33
|
- [](components/commonComponents/IconButton/index.zh-CN.llms.txt)
|
|
34
|
+
- [](components/commonComponents/Form/index.zh-CN.llms.txt)
|
|
35
35
|
- [](components/commonComponents/FileIcon/index.zh-CN.llms.txt)
|
|
36
36
|
- [](components/commonComponents/FloatButton/index.zh-CN.llms.txt)
|
|
37
|
-
- [](components/commonComponents/Dropdown/index.zh-CN.llms.txt)
|
|
38
37
|
- [](components/commonComponents/Empty/index.zh-CN.llms.txt)
|
|
38
|
+
- [](components/commonComponents/Dropdown/index.zh-CN.llms.txt)
|
|
39
39
|
- [](components/commonComponents/Drawer/index.zh-CN.llms.txt)
|
|
40
40
|
- [](components/commonComponents/Descriptions/index.zh-CN.llms.txt)
|
|
41
|
-
- [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
|
|
42
|
-
- [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
|
|
43
41
|
- [](components/commonComponents/CollapsePanel/index.zh-CN.llms.txt)
|
|
44
42
|
- [](components/commonComponents/Collapse/index.zh-CN.llms.txt)
|
|
43
|
+
- [](components/commonComponents/DatePicker/index.zh-CN.llms.txt)
|
|
44
|
+
- [](components/commonComponents/CodeBlock/index.zh-CN.llms.txt)
|
|
45
45
|
- [](components/commonComponents/Card/index.zh-CN.llms.txt)
|
|
46
46
|
- [](components/commonComponents/Checkbox/index.zh-CN.llms.txt)
|
|
47
|
-
- [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
|
|
48
47
|
- [](components/commonComponents/Button/index.zh-CN.llms.txt)
|
|
48
|
+
- [](components/commonComponents/Breadcrumb/index.zh-CN.llms.txt)
|
|
49
49
|
- [](components/commonComponents/Avatar/index.zh-CN.llms.txt)
|
|
50
50
|
- [](components/commonComponents/Audio/index.zh-CN.llms.txt)
|
|
51
|
+
- [](components/commonComponents/Anchor/index.zh-CN.llms.txt)
|
|
51
52
|
- [](components/commonComponents/AlertDialog/index.zh-CN.llms.txt)
|
|
52
53
|
- [](components/commonComponents/Alert/index.zh-CN.llms.txt)
|
|
53
|
-
- [](components/commonComponents/Anchor/index.zh-CN.llms.txt)
|
|
54
54
|
- [使用](docs/guide/sparkIcons.zh-CN.llms.txt)
|
|
55
55
|
- [Icon Library](docs/icons/iconLibrary.zh-CN.llms.txt)
|