@fox-js/foxui 4.0.1-6 → 4.0.1-7

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-base v4.0.0 Thu Dec 01 2022 19:08:41 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-base v4.0.0 Mon Dec 26 2022 11:47:28 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const t = "";
5
5
  export {
@@ -254,7 +254,7 @@ export declare const FixedNav: DefineComponent<unknown, object, {}, ComputedOpti
254
254
 
255
255
  export declare const floatData: (format: any, dataOp: any, mapOps: any) => any;
256
256
 
257
- export declare const Footer: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
257
+ export declare const FooterBar: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
258
258
 
259
259
  declare type FoxComponentPublicInstance = any;
260
260
 
@@ -314,7 +314,7 @@ declare interface GroupLayout {
314
314
  gutter: number;
315
315
  }
316
316
 
317
- export declare const Header: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
317
+ export declare const HeaderBar: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
318
318
 
319
319
  export declare const hinttext: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
320
320
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fox-js/foxui",
3
- "version": "4.0.1-6",
3
+ "version": "4.0.1-7",
4
4
  "description": "FoxUI轻量级移动端组件库(支持小程序开发)",
5
5
  "author": "jiangcheng",
6
6
  "main": "dist/index.umd.js",