@fox-js/foxui 4.0.1-89 → 4.0.1-90

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/dist/style.js CHANGED
@@ -1,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 2026-05-11T13:51:52.376Z
2
+ * @fox-js/foxui-base v4.0.0 2026-06-02T02:43:52.916Z
3
3
  */
@@ -917,9 +917,10 @@ export declare function definePageState(domain: Domain, overrideProps?: Record<s
917
917
  /**
918
918
  * 定义simple item
919
919
  * @param descriptor simple组件描述
920
+ * @param name 名称
920
921
  * @returns
921
922
  */
922
- export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor): {
923
+ export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor, name?: string): {
923
924
  emitEvent: (type: string, ...args: any[]) => void;
924
925
  onEvent: (type: string, listener: EventListener_2) => void;
925
926
  offEvent: (type: string, listener: EventListener_2) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-89",
4
+ "version": "4.0.1-90",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",