@fox-js/foxui 4.0.1-70 → 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.
- package/dist/index.cjs.js +4 -4
- package/dist/index.esm.js +7677 -7420
- package/dist/index.umd.js +5 -5
- package/dist/locale/index.esm.js +16 -16
- package/dist/locale/index.umd.js +2 -2
- package/dist/style.css +1 -1
- package/dist/types/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
/**
|