@fox-js/foxui 4.0.1-71 → 4.0.1-72

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.
@@ -1696,6 +1696,13 @@ export declare enum PriorityPolicy {
1696
1696
  */
1697
1697
  export declare function property(source: Ref, name: string, policy?: PriorityPolicy, filter?: AcceptFilter): Ref;
1698
1698
 
1699
+ /**
1700
+ * px转换为number
1701
+ * @param s
1702
+ * @returns
1703
+ */
1704
+ export declare function px2Number(s: string): number;
1705
+
1699
1706
  export declare const raf: any;
1700
1707
 
1701
1708
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
3
  "type": "module",
4
- "version": "4.0.1-71",
4
+ "version": "4.0.1-72",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",