@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/index.cjs.js +6 -6
- package/dist/index.esm.js +6401 -6273
- package/dist/index.umd.js +7 -7
- package/dist/locale/index.cjs.js +1 -1
- package/dist/locale/index.esm.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
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
|
|