@agentscope-ai/design 1.0.19 → 1.0.20

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.
Files changed (60) hide show
  1. package/lib/components/commonComponents/CodeBlock/index.js +21 -12
  2. package/llms/all.llms.txt +4976 -0
  3. package/llms/components/commonComponents/Alert/index.zh-CN.llms.txt +32 -0
  4. package/llms/components/commonComponents/AlertDialog/index.zh-CN.llms.txt +171 -0
  5. package/llms/components/commonComponents/Anchor/index.zh-CN.llms.txt +51 -0
  6. package/llms/components/commonComponents/Audio/index.zh-CN.llms.txt +7 -0
  7. package/llms/components/commonComponents/Avatar/index.zh-CN.llms.txt +37 -0
  8. package/llms/components/commonComponents/Breadcrumb/index.zh-CN.llms.txt +117 -0
  9. package/llms/components/commonComponents/Button/index.zh-CN.llms.txt +54 -0
  10. package/llms/components/commonComponents/Card/index.zh-CN.llms.txt +61 -0
  11. package/llms/components/commonComponents/Checkbox/index.zh-CN.llms.txt +69 -0
  12. package/llms/components/commonComponents/CodeBlock/index.zh-CN.llms.txt +13 -0
  13. package/llms/components/commonComponents/Collapse/index.zh-CN.llms.txt +56 -0
  14. package/llms/components/commonComponents/CollapsePanel/index.zh-CN.llms.txt +69 -0
  15. package/llms/components/commonComponents/DatePicker/index.zh-CN.llms.txt +221 -0
  16. package/llms/components/commonComponents/Descriptions/index.zh-CN.llms.txt +37 -0
  17. package/llms/components/commonComponents/Drawer/index.zh-CN.llms.txt +62 -0
  18. package/llms/components/commonComponents/Dropdown/index.zh-CN.llms.txt +149 -0
  19. package/llms/components/commonComponents/Empty/index.zh-CN.llms.txt +41 -0
  20. package/llms/components/commonComponents/FloatButton/index.zh-CN.llms.txt +51 -0
  21. package/llms/components/commonComponents/Form/index.zh-CN.llms.txt +558 -0
  22. package/llms/components/commonComponents/IconButton/index.zh-CN.llms.txt +45 -0
  23. package/llms/components/commonComponents/Image/index.zh-CN.llms.txt +165 -0
  24. package/llms/components/commonComponents/Input/index.zh-CN.llms.txt +133 -0
  25. package/llms/components/commonComponents/InputNumber/index.zh-CN.llms.txt +51 -0
  26. package/llms/components/commonComponents/Message/index.zh-CN.llms.txt +98 -0
  27. package/llms/components/commonComponents/Modal/index.zh-CN.llms.txt +168 -0
  28. package/llms/components/commonComponents/Notification/index.zh-CN.llms.txt +94 -0
  29. package/llms/components/commonComponents/Pagination/index.zh-CN.llms.txt +45 -0
  30. package/llms/components/commonComponents/Popconfirm/index.zh-CN.llms.txt +55 -0
  31. package/llms/components/commonComponents/Popover/index.zh-CN.llms.txt +43 -0
  32. package/llms/components/commonComponents/Progress/index.zh-CN.llms.txt +50 -0
  33. package/llms/components/commonComponents/PromptsEditor/index.zh-CN.llms.txt +15 -0
  34. package/llms/components/commonComponents/Radio/index.zh-CN.llms.txt +66 -0
  35. package/llms/components/commonComponents/RadioButton/index.zh-CN.llms.txt +73 -0
  36. package/llms/components/commonComponents/Result/index.zh-CN.llms.txt +10 -0
  37. package/llms/components/commonComponents/Select/index.zh-CN.llms.txt +96 -0
  38. package/llms/components/commonComponents/Skeleton/index.zh-CN.llms.txt +59 -0
  39. package/llms/components/commonComponents/Slider/index.zh-CN.llms.txt +62 -0
  40. package/llms/components/commonComponents/Spinner/index.zh-CN.llms.txt +15 -0
  41. package/llms/components/commonComponents/Statistic/index.zh-CN.llms.txt +58 -0
  42. package/llms/components/commonComponents/Steps/index.zh-CN.llms.txt +57 -0
  43. package/llms/components/commonComponents/Switch/index.zh-CN.llms.txt +39 -0
  44. package/llms/components/commonComponents/Table/index.zh-CN.llms.txt +254 -0
  45. package/llms/components/commonComponents/Tabs/index.zh-CN.llms.txt +68 -0
  46. package/llms/components/commonComponents/Tag/index.zh-CN.llms.txt +33 -0
  47. package/llms/components/commonComponents/TimePicker/index.zh-CN.llms.txt +111 -0
  48. package/llms/components/commonComponents/Tooltip/index.zh-CN.llms.txt +45 -0
  49. package/llms/components/commonComponents/Upload/index.zh-CN.llms.txt +95 -0
  50. package/llms/components/commonComponents/Video/index.zh-CN.llms.txt +11 -0
  51. package/llms/docs/guide/fromAntd.zh-CN.llms.txt +156 -0
  52. package/llms/docs/guide/fromScratch.zh-CN.llms.txt +83 -0
  53. package/llms/docs/guide/iconfont.zh-CN.llms.txt +69 -0
  54. package/llms/docs/guide/overview.zh-CN.llms.txt +51 -0
  55. package/llms/docs/guide/sparkIcons.zh-CN.llms.txt +25 -0
  56. package/llms/docs/guide/theme.zh-CN.llms.txt +61 -0
  57. package/llms/docs/guide/tokens&variables.zh-CN.llms.txt +433 -0
  58. package/llms/docs/guide/vibe-coding.zh-CN.llms.txt +29 -0
  59. package/llms/index.llms.txt +58 -0
  60. package/package.json +4 -2

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.