@fox-js/foxui 4.0.1-23 → 4.0.1-25

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,3 +1,3 @@
1
1
  /*!
2
- * @fox-js/foxui-base v4.0.0 Sat Dec 16 2023 09:58:30 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Wed Jan 24 2024 00:13:39 GMT+0800 (中国标准时间)
3
3
  */
@@ -1451,8 +1451,8 @@ export declare const padZero: (num: number | string, length?: number) => string;
1451
1451
  export declare interface PageLayout {
1452
1452
  width: number | string;
1453
1453
  height: number | string;
1454
- headerHeight: number | string;
1455
- footerHeight: number | string;
1454
+ headerHeight?: number | string;
1455
+ footerHeight?: number | string;
1456
1456
  headerPadding?: Padding;
1457
1457
  footerPadding?: Padding;
1458
1458
  contentPadding?: Padding;
@@ -1698,6 +1698,11 @@ export { unNumberFormat }
1698
1698
  * @param state
1699
1699
  * @param pageLayout
1700
1700
  * @param overrideProps
1701
+ * @param root
1702
+ * @param rootWidth
1703
+ * @param rootHeight
1704
+ * @param headerBarHeight
1705
+ * @param footerBarHeight
1701
1706
  */
1702
1707
  export declare function updatePageState(state: PageState, pageLayout: any, overrideProps?: Record<string, unknown>, root?: boolean, rootWidth?: number, rootHeight?: number, headerBarHeight?: number, footerBarHeight?: number): void;
1703
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-23",
4
+ "version": "4.0.1-25",
5
5
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
6
6
  "author": "jiangcheng",
7
7
  "main": "./dist/index.umd.js",