@fox-js/foxui-pc 4.1.1-20 → 4.1.1-21

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.
@@ -1298,8 +1298,11 @@ export declare function isESModule(obj: any): obj is Object;
1298
1298
  export declare const isFunction: (val: unknown) => val is Function;
1299
1299
 
1300
1300
  /**
1301
- * 是否是隐藏element
1302
- * @param el
1301
+ * 是否是隐藏 element(自身或任意父级隐藏)
1302
+ * - display: none
1303
+ * - visibility: hidden
1304
+ * - hidden 属性
1305
+ * - 父级隐藏
1303
1306
  */
1304
1307
  export declare function isHidden(el: any): boolean;
1305
1308
 
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-20",
4
+ "version": "4.1.1-21",
5
5
  "description": "FoxUI PC端组件库",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",