@fox-js/foxui-pc 4.0.1-50 → 4.0.1-52

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.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Wed Jun 14 2023 14:56:13 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon Jul 03 2023 10:26:52 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -1154,6 +1154,13 @@ export { numberFormat }
1154
1154
  */
1155
1155
  export declare const objectToString: () => string;
1156
1156
 
1157
+ /**
1158
+ * 只执行一次函数
1159
+ * @param func
1160
+ * @returns
1161
+ */
1162
+ export declare function once(func: GenericFunction): GenericFunction;
1163
+
1157
1164
  /**
1158
1165
  * padding
1159
1166
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
- "version": "4.0.1-50",
3
+ "version": "4.0.1-52",
4
4
  "description": "FoxUI PC端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",