@fox-js/foxui-pad 4.1.1-26 → 4.1.1-28

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-11T11:26:48.279Z
2
+ * @fox-js/foxui-desktop v4.0.0 2026-06-02T03:33:21.112Z
3
3
  */
@@ -782,9 +782,10 @@ export declare function definePageState(domain: Domain, overrideProps?: Record<s
782
782
  /**
783
783
  * 定义simple item
784
784
  * @param descriptor simple组件描述
785
+ * @param name 名称
785
786
  * @returns
786
787
  */
787
- export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor): {
788
+ export declare function defineSimpleItem(descriptor: SimpleComponentDescriptor, name?: string): {
788
789
  emitEvent: (type: string, ...args: any[]) => void;
789
790
  onEvent: (type: string, listener: EventListener_2) => void;
790
791
  offEvent: (type: string, listener: EventListener_2) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pad",
3
3
  "type": "module",
4
- "version": "4.1.1-26",
4
+ "version": "4.1.1-28",
5
5
  "description": "FoxUI PAD端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",