@farris/x-ui 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farris/x-ui",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "可复用的 AI 对话组件",
5
5
  "type": "module",
6
6
  "main": "./farris.x-ui.umd.cjs",
@@ -1,3 +1,9 @@
1
+ /**
2
+ * 待办列表项视图
3
+ * 1、描述中去掉了字数的限制,改成只显示一行。超长的部分会显示为省略号,鼠标滑过时会显示完整的描述。
4
+ * 如果短则不显示文本提示。
5
+ *
6
+ */
1
7
  declare const _default: import('../../../../vue').DefineComponent<import('../../../../vue').ExtractPropTypes<{
2
8
  id: {
3
9
  type: NumberConstructor;