@fox-js/foxui-pc 4.0.1-37 → 4.0.1-38

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 Thu May 04 2023 17:57:26 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Mon May 08 2023 10:06:03 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -260,6 +260,13 @@ export declare const DateItem: DefineComponent<unknown, object, {}, ComputedOpti
260
260
  */
261
261
  export declare function debounce(func: GenericFunction, delay: number): GenericFunction;
262
262
 
263
+ /**
264
+ * 防抖Ref
265
+ * @param value
266
+ * @param delay
267
+ */
268
+ export declare function debounceRef<T>(value: T, delay: number): Ref<T>;
269
+
263
270
  /**
264
271
  * 获取小数长度
265
272
  * @param value
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui-pc",
3
- "version": "4.0.1-37",
3
+ "version": "4.0.1-38",
4
4
  "description": "FoxUI PC端组件库",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",