@fox-js/foxui-pc 4.1.1-32 → 4.1.1-34

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-desktop v4.0.0 2026-05-09T11:49:42.598Z
2
+ * @fox-js/foxui-desktop v4.0.0 2026-06-02T03:36:33.713Z
3
3
  */
@@ -742,9 +742,10 @@ export declare function definePageState(domain: Domain, overrideProps?: Record<s
742
742
  /**
743
743
  * 定义simple item
744
744
  * @param descriptor simple组件描述
745
+ * @param name 名称
745
746
  * @returns
746
747
  */
747
- export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor): {
748
+ export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor, name?: string): {
748
749
  emitEvent: (type: string, ...args: any[]) => void;
749
750
  onEvent: (type: string, listener: EventListener_2) => void;
750
751
  offEvent: (type: string, listener: EventListener_2) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
3
  "type": "module",
4
- "version": "4.1.1-32",
4
+ "version": "4.1.1-34",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",