@fox-js/foxui 3.0.0 → 4.0.1-2
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/foxui.es.js +24764 -0
- package/dist/foxui.umd.js +21 -0
- package/dist/locale/index.cjs.js +1 -0
- package/dist/locale/index.d.ts +396 -0
- package/dist/locale/index.js +405 -0
- package/dist/style.css +1 -0
- package/dist/style.es.js +2 -0
- package/dist/types/api/index.d.ts +9 -0
- package/dist/types/components/actionsheet/index.vue.d.ts +13 -0
- package/dist/types/components/address/index.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/GeneralShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/ItemContents.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/LongPressShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/components/SwipeShell.vue.d.ts +13 -0
- package/dist/types/components/addresslist/index.vue.d.ts +13 -0
- package/dist/types/components/animate/index.vue.d.ts +13 -0
- package/dist/types/components/animate/type.d.ts +2 -0
- package/dist/types/components/audio/index.vue.d.ts +13 -0
- package/dist/types/components/audiooperate/index.vue.d.ts +13 -0
- package/dist/types/components/avatar/index.vue.d.ts +13 -0
- package/dist/types/components/avatargroup/index.vue.d.ts +13 -0
- package/dist/types/components/backtop/index.vue.d.ts +13 -0
- package/dist/types/components/badge/index.vue.d.ts +13 -0
- package/dist/types/components/barrage/index.vue.d.ts +13 -0
- package/dist/types/components/button/index.vue.d.ts +13 -0
- package/dist/types/components/button/type.d.ts +3 -0
- package/dist/types/components/calendar/common.d.ts +61 -0
- package/dist/types/components/calendar/index.vue.d.ts +13 -0
- package/dist/types/components/calendar/pane.vue.d.ts +13 -0
- package/dist/types/components/calendar/types.d.ts +13 -0
- package/dist/types/components/calendaritem/common.d.ts +201 -0
- package/dist/types/components/calendaritem/index.vue.d.ts +13 -0
- package/dist/types/components/card/index.vue.d.ts +13 -0
- package/dist/types/components/cascader/cascader-pane.vue.d.ts +13 -0
- package/dist/types/components/cascader/common.d.ts +98 -0
- package/dist/types/components/cascader/helper.d.ts +4 -0
- package/dist/types/components/cascader/index.vue.d.ts +13 -0
- package/dist/types/components/cascader/tree.d.ts +12 -0
- package/dist/types/components/cascader/types.d.ts +26 -0
- package/dist/types/components/cascaderitem/index.vue.d.ts +13 -0
- package/dist/types/components/cascaderitem/model.d.ts +34 -0
- package/dist/types/components/category/index.vue.d.ts +13 -0
- package/dist/types/components/categorypane/index.vue.d.ts +13 -0
- package/dist/types/components/cell/index.vue.d.ts +13 -0
- package/dist/types/components/cellgroup/index.vue.d.ts +13 -0
- package/dist/types/components/checkbox/common.d.ts +64 -0
- package/dist/types/components/checkbox/index.vue.d.ts +13 -0
- package/dist/types/components/checkboxitem/common.d.ts +107 -0
- package/dist/types/components/checkboxitem/index.vue.d.ts +13 -0
- package/dist/types/components/checkboxitem/model.d.ts +33 -0
- package/dist/types/components/circleprogress/index.vue.d.ts +13 -0
- package/dist/types/components/col/index.vue.d.ts +13 -0
- package/dist/types/components/collapse/index.vue.d.ts +13 -0
- package/dist/types/components/collapseitem/index.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtBottom.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtHeader.vue.d.ts +13 -0
- package/dist/types/components/comment/components/CmtImages.vue.d.ts +13 -0
- package/dist/types/components/comment/index.vue.d.ts +13 -0
- package/dist/types/components/content/index.vue.d.ts +13 -0
- package/dist/types/components/countdown/index.vue.d.ts +13 -0
- package/dist/types/components/countdown/util.d.ts +2 -0
- package/dist/types/components/countup/index.vue.d.ts +13 -0
- package/dist/types/components/dateitem/index.vue.d.ts +13 -0
- package/dist/types/components/datepicker/common.d.ts +55 -0
- package/dist/types/components/datepicker/index.vue.d.ts +13 -0
- package/dist/types/components/dialog/index.d.ts +44 -0
- package/dist/types/components/dialog/index.vue.d.ts +13 -0
- package/dist/types/components/divider/index.vue.d.ts +13 -0
- package/dist/types/components/drag/index.vue.d.ts +13 -0
- package/dist/types/components/ecard/index.vue.d.ts +13 -0
- package/dist/types/components/elevator/index.vue.d.ts +13 -0
- package/dist/types/components/ellipsis/index.vue.d.ts +13 -0
- package/dist/types/components/ellipsis/type.d.ts +1 -0
- package/dist/types/components/empty/index.vue.d.ts +13 -0
- package/dist/types/components/fixednav/index.vue.d.ts +13 -0
- package/dist/types/components/footer/index.vue.d.ts +13 -0
- package/dist/types/components/grid/common.d.ts +87 -0
- package/dist/types/components/grid/index.vue.d.ts +13 -0
- package/dist/types/components/griditem/index.vue.d.ts +13 -0
- package/dist/types/components/group/group-props.d.ts +34 -0
- package/dist/types/components/group/index.vue.d.ts +13 -0
- package/dist/types/components/header/index.vue.d.ts +13 -0
- package/dist/types/components/header/types.d.ts +9 -0
- package/dist/types/components/hinttext/index.d.ts +8 -0
- package/dist/types/components/hinttext/index.vue.d.ts +13 -0
- package/dist/types/components/icon/index.vue.d.ts +13 -0
- package/dist/types/components/image/index.vue.d.ts +13 -0
- package/dist/types/components/image/type.d.ts +2 -0
- package/dist/types/components/imagepreview/imagePreviewItem.vue.d.ts +13 -0
- package/dist/types/components/imagepreview/index.d.ts +20 -0
- package/dist/types/components/imagepreview/index.vue.d.ts +13 -0
- package/dist/types/components/indicator/index.vue.d.ts +13 -0
- package/dist/types/components/infiniteloading/index.vue.d.ts +13 -0
- package/dist/types/components/inputitem/index.vue.d.ts +13 -0
- package/dist/types/components/inputnumber/index.vue.d.ts +13 -0
- package/dist/types/components/item/common.d.ts +121 -0
- package/dist/types/components/item/index.vue.d.ts +13 -0
- package/dist/types/components/layout/index.vue.d.ts +13 -0
- package/dist/types/components/linkitem/common.d.ts +132 -0
- package/dist/types/components/linkitem/index.vue.d.ts +13 -0
- package/dist/types/components/list/index.vue.d.ts +13 -0
- package/dist/types/components/menu/index.vue.d.ts +13 -0
- package/dist/types/components/menuitem/index.vue.d.ts +13 -0
- package/dist/types/components/menuitem/type.d.ts +4 -0
- package/dist/types/components/moneyitem/index.vue.d.ts +13 -0
- package/dist/types/components/moneyitem/util.d.ts +15 -0
- package/dist/types/components/navbar/index.vue.d.ts +13 -0
- package/dist/types/components/noticebar/index.vue.d.ts +13 -0
- package/dist/types/components/notify/index.d.ts +12 -0
- package/dist/types/components/notify/index.vue.d.ts +13 -0
- package/dist/types/components/numberkeyboard/index.vue.d.ts +13 -0
- package/dist/types/components/overlay/common.d.ts +30 -0
- package/dist/types/components/overlay/index.taro.vue.d.ts +13 -0
- package/dist/types/components/overlay/index.vue.d.ts +13 -0
- package/dist/types/components/page/index.vue.d.ts +13 -0
- package/dist/types/components/pagination/index.vue.d.ts +13 -0
- package/dist/types/components/picker/column.vue.d.ts +13 -0
- package/dist/types/components/picker/common-column.d.ts +26 -0
- package/dist/types/components/picker/common.d.ts +143 -0
- package/dist/types/components/picker/index.vue.d.ts +13 -0
- package/dist/types/components/picker/model.d.ts +55 -0
- package/dist/types/components/pickeritem/index.vue.d.ts +13 -0
- package/dist/types/components/placeholder/index.vue.d.ts +13 -0
- package/dist/types/components/popover/index.vue.d.ts +13 -0
- package/dist/types/components/popover/type.d.ts +2 -0
- package/dist/types/components/popup/common.d.ts +81 -0
- package/dist/types/components/popup/index.vue.d.ts +13 -0
- package/dist/types/components/popup/use-lock-scroll.d.ts +1 -0
- package/dist/types/components/price/index.vue.d.ts +13 -0
- package/dist/types/components/price/price-props.d.ts +37 -0
- package/dist/types/components/progress/index.vue.d.ts +13 -0
- package/dist/types/components/radio/common.d.ts +125 -0
- package/dist/types/components/radio/index.vue.d.ts +13 -0
- package/dist/types/components/radioitem/common.d.ts +99 -0
- package/dist/types/components/radioitem/index.vue.d.ts +13 -0
- package/dist/types/components/radioitem/model.d.ts +33 -0
- package/dist/types/components/range/index.vue.d.ts +13 -0
- package/dist/types/components/rate/index.vue.d.ts +13 -0
- package/dist/types/components/row/index.vue.d.ts +13 -0
- package/dist/types/components/searchbar/index.vue.d.ts +13 -0
- package/dist/types/components/searchbar/type.d.ts +5 -0
- package/dist/types/components/shortpassword/index.vue.d.ts +13 -0
- package/dist/types/components/sidenavbar/index.vue.d.ts +13 -0
- package/dist/types/components/sidenavbaritem/index.vue.d.ts +13 -0
- package/dist/types/components/signature/index.vue.d.ts +13 -0
- package/dist/types/components/skeleton/common.d.ts +57 -0
- package/dist/types/components/skeleton/index.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuHeader.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuOperate.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuSelect.vue.d.ts +13 -0
- package/dist/types/components/sku/components/SkuStepper.vue.d.ts +13 -0
- package/dist/types/components/sku/index.vue.d.ts +13 -0
- package/dist/types/components/step/index.vue.d.ts +13 -0
- package/dist/types/components/steps/index.vue.d.ts +13 -0
- package/dist/types/components/sticky/index.vue.d.ts +13 -0
- package/dist/types/components/subsidenavbar/index.vue.d.ts +13 -0
- package/dist/types/components/swipe/index.vue.d.ts +13 -0
- package/dist/types/components/swipe/type.d.ts +1 -0
- package/dist/types/components/swiper/index.vue.d.ts +13 -0
- package/dist/types/components/swiper/use-touch.d.ts +16 -0
- package/dist/types/components/swiperitem/index.vue.d.ts +13 -0
- package/dist/types/components/switch/common.d.ts +50 -0
- package/dist/types/components/switch/index.vue.d.ts +13 -0
- package/dist/types/components/switchitem/index.vue.d.ts +13 -0
- package/dist/types/components/tabbar/index.vue.d.ts +13 -0
- package/dist/types/components/tabbaritem/index.vue.d.ts +13 -0
- package/dist/types/components/table/common.d.ts +52 -0
- package/dist/types/components/table/index.vue.d.ts +13 -0
- package/dist/types/components/table/renderColumn.d.ts +11 -0
- package/dist/types/components/table/types.d.ts +15 -0
- package/dist/types/components/tabpane/index.vue.d.ts +13 -0
- package/dist/types/components/tabs/index.vue.d.ts +13 -0
- package/dist/types/components/tabs/type.d.ts +1 -0
- package/dist/types/components/tag/index.vue.d.ts +13 -0
- package/dist/types/components/tag/type.d.ts +1 -0
- package/dist/types/components/textarea/index.vue.d.ts +13 -0
- package/dist/types/components/textareaitem/index.vue.d.ts +13 -0
- package/dist/types/components/timedetail/index.vue.d.ts +13 -0
- package/dist/types/components/timepannel/index.vue.d.ts +13 -0
- package/dist/types/components/timeselect/index.vue.d.ts +13 -0
- package/dist/types/components/toast/index.d.ts +12 -0
- package/dist/types/components/toast/index.vue.d.ts +13 -0
- package/dist/types/components/uploader/index.vue.d.ts +13 -0
- package/dist/types/components/uploader/type.d.ts +14 -0
- package/dist/types/components/uploader/uploader.d.ts +22 -0
- package/dist/types/components/video/index.vue.d.ts +13 -0
- package/dist/types/components/watermark/index.vue.d.ts +13 -0
- package/dist/types/index.d.ts +119 -0
- package/dist/types/interface.d.ts +24 -0
- package/dist/types/main.d.ts +17 -0
- package/dist/types/utils/commons.d.ts +16 -0
- package/dist/types/utils/create/component.d.ts +18 -0
- package/dist/types/utils/create/index.d.ts +1 -0
- package/dist/types/utils/date.d.ts +16 -0
- package/dist/types/utils/domain/broadcast.d.ts +28 -0
- package/dist/types/utils/domain/domain.d.ts +46 -0
- package/dist/types/utils/domain/events.d.ts +14 -0
- package/dist/types/utils/domain/group.d.ts +17 -0
- package/dist/types/utils/domain/index.d.ts +5 -0
- package/dist/types/utils/domain/item.d.ts +15 -0
- package/dist/types/utils/domain/page.d.ts +25 -0
- package/dist/types/utils/domain/validator.d.ts +56 -0
- package/dist/types/utils/functions.d.ts +3 -0
- package/dist/types/utils/px.d.ts +2 -0
- package/dist/types/utils/types.d.ts +9 -0
- package/dist/types/utils/unique-id.d.ts +5 -0
- package/dist/types/utils/use-expose/index.d.ts +1 -0
- package/dist/types/utils/use-rect/index.d.ts +11 -0
- package/dist/types/utils/use-relation/index.d.ts +3 -0
- package/dist/types/utils/use-relation/useInject.d.ts +14 -0
- package/dist/types/utils/use-relation/useProvide.d.ts +8 -0
- package/dist/types/utils/use-relation/useRelation.d.ts +1 -0
- package/dist/types/utils/use-touch/index.d.ts +18 -0
- package/package.json +36 -75
- package/README.md +0 -73
- package/dist/index.js +0 -2
- package/dist/index.js.LICENSE.txt +0 -3
- package/dist/static/font/2a312d2206af9eefb8dc.ttf +0 -0
- package/dist/static/font/4fd20882d9cbe2fdc5b8.ttf +0 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare const CommonsFormat: Record<string, string>;
|
|
2
|
+
export declare function getFormat(props: Record<string, any>): string;
|
|
3
|
+
export declare const parserValue: (props: Record<string, any>, value: Date | string, formatTemplate: string) => Date;
|
|
4
|
+
export declare const formatValue: (props: Record<string, any>, value: Date, formatTemplate: string) => string;
|
|
5
|
+
export declare type BoundaryType = 'min' | 'max';
|
|
6
|
+
export declare let datepickerProps: {
|
|
7
|
+
modelValue: {
|
|
8
|
+
type: (StringConstructor | DateConstructor)[];
|
|
9
|
+
};
|
|
10
|
+
confirmText: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
cancelText: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
type: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
valueFormat: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
};
|
|
25
|
+
visible: {
|
|
26
|
+
type: BooleanConstructor;
|
|
27
|
+
default: boolean;
|
|
28
|
+
};
|
|
29
|
+
title: {
|
|
30
|
+
type: StringConstructor;
|
|
31
|
+
default: string;
|
|
32
|
+
};
|
|
33
|
+
isShowChinese: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
minuteStep: {
|
|
38
|
+
type: NumberConstructor;
|
|
39
|
+
default: number;
|
|
40
|
+
};
|
|
41
|
+
minDate: {
|
|
42
|
+
type: DateConstructor;
|
|
43
|
+
default: () => Date;
|
|
44
|
+
validator: (val: unknown) => val is Date;
|
|
45
|
+
};
|
|
46
|
+
maxDate: {
|
|
47
|
+
type: DateConstructor;
|
|
48
|
+
default: () => Date;
|
|
49
|
+
validator: (val: unknown) => val is Date;
|
|
50
|
+
};
|
|
51
|
+
isWrapTeleport: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import Dialog from './index.vue';
|
|
2
|
+
import { VNode, CSSProperties } from 'vue';
|
|
3
|
+
export declare class DialogOptions {
|
|
4
|
+
title?: string;
|
|
5
|
+
content?: string | VNode;
|
|
6
|
+
cancelText?: string;
|
|
7
|
+
confirmText?: string;
|
|
8
|
+
textAlign?: string;
|
|
9
|
+
customClass?: string;
|
|
10
|
+
overlayStyle?: CSSProperties;
|
|
11
|
+
overlayClass?: string;
|
|
12
|
+
popStyle?: CSSProperties;
|
|
13
|
+
popClass?: string;
|
|
14
|
+
teleport?: string | HTMLElement;
|
|
15
|
+
id?: string | number;
|
|
16
|
+
footerDirection?: string;
|
|
17
|
+
onUpdate?: Function;
|
|
18
|
+
onConfirm?: Function;
|
|
19
|
+
onCancel?: Function;
|
|
20
|
+
onOpened?: Function;
|
|
21
|
+
onClosed?: Function;
|
|
22
|
+
beforeClose?: Function;
|
|
23
|
+
visible?: boolean;
|
|
24
|
+
noFooter?: boolean;
|
|
25
|
+
noConfirmBtn?: boolean;
|
|
26
|
+
noCancelBtn?: boolean;
|
|
27
|
+
confrimBtnDisabled?: boolean;
|
|
28
|
+
closeOnPopstate?: boolean;
|
|
29
|
+
lockScroll?: boolean;
|
|
30
|
+
}
|
|
31
|
+
declare class DialogFunction {
|
|
32
|
+
options: DialogOptions;
|
|
33
|
+
instance: any;
|
|
34
|
+
constructor(_options: DialogOptions);
|
|
35
|
+
close: () => void;
|
|
36
|
+
setDefaultOptions: (options: DialogOptions) => void;
|
|
37
|
+
resetDefaultOptions: () => void;
|
|
38
|
+
}
|
|
39
|
+
declare const _Dialog: {
|
|
40
|
+
(options: DialogOptions): DialogFunction;
|
|
41
|
+
install(app: any): void;
|
|
42
|
+
};
|
|
43
|
+
export { Dialog };
|
|
44
|
+
export default _Dialog;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare type Direction = 'start' | 'end' | 'middle';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import type { ExtractPropTypes, SetupContext, RenderFunction } from 'vue';
|
|
2
|
+
export declare const GRID_KEY: unique symbol;
|
|
3
|
+
export declare type GridDirection = 'horizontal' | 'vertical';
|
|
4
|
+
export declare const gridProps: {
|
|
5
|
+
columnNum: {
|
|
6
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
7
|
+
default: number;
|
|
8
|
+
};
|
|
9
|
+
iconSize: {
|
|
10
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
11
|
+
default: number;
|
|
12
|
+
};
|
|
13
|
+
iconColor: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
};
|
|
16
|
+
border: {
|
|
17
|
+
type: BooleanConstructor;
|
|
18
|
+
default: boolean;
|
|
19
|
+
};
|
|
20
|
+
gutter: {
|
|
21
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
22
|
+
default: number;
|
|
23
|
+
};
|
|
24
|
+
center: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
square: {
|
|
29
|
+
type: BooleanConstructor;
|
|
30
|
+
default: boolean;
|
|
31
|
+
};
|
|
32
|
+
reverse: {
|
|
33
|
+
type: BooleanConstructor;
|
|
34
|
+
default: boolean;
|
|
35
|
+
};
|
|
36
|
+
direction: {
|
|
37
|
+
type: import("vue").PropType<GridDirection>;
|
|
38
|
+
};
|
|
39
|
+
clickable: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
export declare type GridProps = ExtractPropTypes<typeof gridProps>;
|
|
45
|
+
export declare const component: {
|
|
46
|
+
props: {
|
|
47
|
+
columnNum: {
|
|
48
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
iconSize: {
|
|
52
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
53
|
+
default: number;
|
|
54
|
+
};
|
|
55
|
+
iconColor: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
};
|
|
58
|
+
border: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
gutter: {
|
|
63
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
center: {
|
|
67
|
+
type: BooleanConstructor;
|
|
68
|
+
default: boolean;
|
|
69
|
+
};
|
|
70
|
+
square: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
reverse: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
78
|
+
direction: {
|
|
79
|
+
type: import("vue").PropType<GridDirection>;
|
|
80
|
+
};
|
|
81
|
+
clickable: {
|
|
82
|
+
type: BooleanConstructor;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
setup(props: GridProps, { slots }: SetupContext): RenderFunction;
|
|
87
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
export declare const domainGroupProps: {
|
|
3
|
+
column: {
|
|
4
|
+
type: PropType<string | number>;
|
|
5
|
+
required: boolean;
|
|
6
|
+
};
|
|
7
|
+
gutter: {
|
|
8
|
+
type: PropType<string | number>;
|
|
9
|
+
required: boolean;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
declare type LayoutMode = 'form' | 'grid';
|
|
13
|
+
export declare const groupProps: {
|
|
14
|
+
name: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
required: boolean;
|
|
17
|
+
};
|
|
18
|
+
title: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
layoutMode: {
|
|
23
|
+
type: PropType<LayoutMode>;
|
|
24
|
+
required: boolean;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
span: {
|
|
28
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
29
|
+
required: boolean;
|
|
30
|
+
default: number;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
declare const groupPropKeys: any[];
|
|
34
|
+
export { groupPropKeys };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import HintText from './index.vue';
|
|
2
|
+
export declare const HintTextFunction: {
|
|
3
|
+
show(source: HTMLElement, message: string, opts?: {}, only?: boolean): string;
|
|
4
|
+
hide(id?: string | undefined): void;
|
|
5
|
+
install(app: any): void;
|
|
6
|
+
};
|
|
7
|
+
export { HintText };
|
|
8
|
+
export default HintTextFunction;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import ImagePreview from './index.vue';
|
|
2
|
+
export declare class ImagePreviewOptions {
|
|
3
|
+
show?: Boolean;
|
|
4
|
+
images?: Array<string>;
|
|
5
|
+
initNo?: Number;
|
|
6
|
+
paginationVisible?: Boolean;
|
|
7
|
+
paginationColor?: string;
|
|
8
|
+
teleport?: String | HTMLElement;
|
|
9
|
+
onClose?: Function;
|
|
10
|
+
}
|
|
11
|
+
declare class ImagePreviewFunction {
|
|
12
|
+
options: ImagePreviewOptions;
|
|
13
|
+
constructor(_options: ImagePreviewOptions);
|
|
14
|
+
}
|
|
15
|
+
declare const _ImagePreview: {
|
|
16
|
+
(options: ImagePreviewOptions): ImagePreviewFunction;
|
|
17
|
+
install(app: any): void;
|
|
18
|
+
};
|
|
19
|
+
export { ImagePreview };
|
|
20
|
+
export default _ImagePreview;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { App, PropType, CSSProperties } from 'vue';
|
|
2
|
+
declare type Install<T> = T & {
|
|
3
|
+
install(app: App): void;
|
|
4
|
+
};
|
|
5
|
+
declare const _sfc_main: Install< import("vue").DefineComponent<unknown, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<unknown>, {}>>;
|
|
6
|
+
export default _sfc_main;
|
|
7
|
+
|
|
8
|
+
declare module 'vue' {
|
|
9
|
+
interface GlobalComponents {
|
|
10
|
+
Fox : typeof _sfc_main;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|