@fox-js/foxui-pc 4.0.1-84 → 4.0.1-85
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 +3 -3
- package/dist/index.esm.js +890 -874
- package/dist/index.umd.js +3 -3
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +7 -0
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -592,6 +592,13 @@ export declare function excludeProps(src: Record<string, any>, ...excludeTemplat
|
|
|
592
592
|
*/
|
|
593
593
|
export declare function extend(...args: any[]): any;
|
|
594
594
|
|
|
595
|
+
/**
|
|
596
|
+
* float data
|
|
597
|
+
* @param format
|
|
598
|
+
* @param dataOp
|
|
599
|
+
* @param mapOps
|
|
600
|
+
* @returns
|
|
601
|
+
*/
|
|
595
602
|
export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
|
|
596
603
|
|
|
597
604
|
export declare const FloatingWindow: any;
|