@farris/x-ui 0.1.3 → 0.1.4
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/farris.x-ui.esm.js +1116 -1105
- package/farris.x-ui.umd.cjs +34 -34
- package/index.css +1 -1
- package/package.json +1 -1
- package/todo/src/composition/status-icon.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TodoItemStatus } from '../../../../type';
|
|
2
2
|
|
|
3
|
-
/** 状态图标:NotStart
|
|
3
|
+
/** 状态图标:NotStart / Working 蓝色静态空心圆,Done 绿色对勾。farrisicon 未找到时使用 CSS 占位 */
|
|
4
4
|
export declare function StatusIcon({ status }: {
|
|
5
5
|
status: TodoItemStatus;
|
|
6
6
|
}): import("vue/jsx-runtime").JSX.Element;
|