@fox-js/foxui 4.0.1-0 → 4.0.1-3
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 +4481 -2636
- package/dist/foxui.umd.js +14 -14
- package/dist/locale/index.cjs.js +1 -0
- package/dist/locale/index.d.ts +48 -0
- package/dist/locale/index.js +58 -20
- package/dist/style.css +1 -1
- package/dist/types/components/actionsheet/index.vue.d.ts +9 -2
- package/dist/types/components/address/index.vue.d.ts +9 -2
- package/dist/types/components/addresslist/components/GeneralShell.vue.d.ts +9 -2
- package/dist/types/components/addresslist/components/ItemContents.vue.d.ts +9 -2
- package/dist/types/components/addresslist/components/LongPressShell.vue.d.ts +9 -2
- package/dist/types/components/addresslist/components/SwipeShell.vue.d.ts +9 -2
- package/dist/types/components/addresslist/index.vue.d.ts +9 -2
- 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 +9 -2
- package/dist/types/components/audiooperate/index.vue.d.ts +13 -0
- package/dist/types/components/avatar/index.vue.d.ts +9 -2
- package/dist/types/components/avatargroup/index.vue.d.ts +9 -2
- package/dist/types/components/backtop/index.vue.d.ts +9 -2
- package/dist/types/components/badge/index.vue.d.ts +9 -2
- package/dist/types/components/barrage/index.vue.d.ts +9 -2
- package/dist/types/components/button/index.vue.d.ts +9 -5
- 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 +9 -63
- package/dist/types/components/calendar/pane.vue.d.ts +9 -2
- 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 +9 -4
- package/dist/types/components/card/index.vue.d.ts +9 -2
- package/dist/types/components/cascader/cascader-pane.vue.d.ts +9 -2
- package/dist/types/components/cascader/common.d.ts +98 -0
- package/dist/types/components/cascader/index.vue.d.ts +9 -100
- package/dist/types/components/cascaderitem/index.vue.d.ts +9 -2
- package/dist/types/components/category/index.vue.d.ts +9 -2
- package/dist/types/components/categorypane/index.vue.d.ts +9 -2
- package/dist/types/components/cell/index.vue.d.ts +9 -2
- package/dist/types/components/cellgroup/index.vue.d.ts +9 -2
- package/dist/types/components/checkbox/{base-props.d.ts → common.d.ts} +9 -0
- package/dist/types/components/checkbox/index.vue.d.ts +9 -4
- package/dist/types/components/checkboxitem/common.d.ts +107 -0
- package/dist/types/components/checkboxitem/index.vue.d.ts +9 -2
- package/dist/types/components/circleprogress/index.vue.d.ts +9 -2
- package/dist/types/components/col/index.vue.d.ts +9 -2
- package/dist/types/components/collapse/index.vue.d.ts +9 -2
- package/dist/types/components/collapseitem/index.vue.d.ts +9 -2
- package/dist/types/components/comment/components/CmtBottom.vue.d.ts +9 -2
- package/dist/types/components/comment/components/CmtHeader.vue.d.ts +9 -2
- package/dist/types/components/comment/components/CmtImages.vue.d.ts +9 -2
- package/dist/types/components/comment/index.vue.d.ts +9 -2
- package/dist/types/components/content/index.vue.d.ts +9 -2
- package/dist/types/components/countdown/index.vue.d.ts +9 -2
- package/dist/types/components/countup/index.vue.d.ts +9 -2
- package/dist/types/components/dateitem/index.vue.d.ts +9 -2
- package/dist/types/components/datepicker/common.d.ts +55 -0
- package/dist/types/components/datepicker/index.vue.d.ts +9 -56
- package/dist/types/components/dialog/index.d.ts +11 -2
- package/dist/types/components/dialog/index.vue.d.ts +9 -2
- package/dist/types/components/divider/index.vue.d.ts +9 -2
- package/dist/types/components/drag/index.vue.d.ts +9 -2
- package/dist/types/components/ecard/index.vue.d.ts +9 -2
- package/dist/types/components/elevator/index.vue.d.ts +9 -2
- 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 +9 -2
- package/dist/types/components/fixednav/index.vue.d.ts +9 -2
- package/dist/types/components/footer/index.vue.d.ts +9 -2
- package/dist/types/components/grid/common.d.ts +3 -3
- package/dist/types/components/grid/index.vue.d.ts +9 -2
- package/dist/types/components/griditem/index.vue.d.ts +9 -2
- package/dist/types/components/group/index.vue.d.ts +9 -2
- package/dist/types/components/header/index.vue.d.ts +8 -10
- package/dist/types/components/header/types.d.ts +9 -0
- package/dist/types/components/hinttext/index.vue.d.ts +9 -2
- package/dist/types/components/icon/index.vue.d.ts +9 -2
- 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 +4 -4
- package/dist/types/components/imagepreview/index.vue.d.ts +9 -2
- package/dist/types/components/indicator/index.vue.d.ts +9 -2
- package/dist/types/components/infiniteloading/index.vue.d.ts +9 -2
- package/dist/types/components/inputitem/index.vue.d.ts +9 -2
- package/dist/types/components/inputnumber/index.vue.d.ts +9 -2
- package/dist/types/components/item/{item-props.d.ts → common.d.ts} +0 -0
- package/dist/types/components/item/index.vue.d.ts +9 -2
- package/dist/types/components/layout/index.vue.d.ts +9 -2
- package/dist/types/components/linkitem/common.d.ts +132 -0
- package/dist/types/components/linkitem/index.vue.d.ts +9 -2
- package/dist/types/components/list/index.vue.d.ts +9 -2
- package/dist/types/components/menu/index.vue.d.ts +9 -2
- package/dist/types/components/menuitem/index.vue.d.ts +9 -2
- package/dist/types/components/menuitem/type.d.ts +4 -0
- package/dist/types/components/moneyitem/index.vue.d.ts +9 -2
- package/dist/types/components/navbar/index.vue.d.ts +9 -2
- package/dist/types/components/noticebar/index.vue.d.ts +9 -2
- package/dist/types/components/notify/index.vue.d.ts +9 -2
- package/dist/types/components/numberkeyboard/index.vue.d.ts +9 -2
- package/dist/types/components/overlay/common.d.ts +30 -0
- package/dist/types/components/overlay/index.taro.vue.d.ts +9 -33
- package/dist/types/components/overlay/index.vue.d.ts +9 -33
- package/dist/types/components/page/index.vue.d.ts +9 -2
- package/dist/types/components/pagination/index.vue.d.ts +9 -2
- package/dist/types/components/picker/column.vue.d.ts +9 -2
- package/dist/types/components/picker/{common-props.d.ts → common-column.d.ts} +0 -0
- package/dist/types/components/picker/common.d.ts +143 -0
- package/dist/types/components/picker/index.vue.d.ts +9 -145
- package/dist/types/components/pickeritem/index.vue.d.ts +9 -2
- package/dist/types/components/placeholder/index.vue.d.ts +9 -2
- package/dist/types/components/popover/index.vue.d.ts +9 -4
- 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 +9 -83
- package/dist/types/components/price/index.vue.d.ts +9 -2
- package/dist/types/components/progress/index.vue.d.ts +9 -2
- package/dist/types/components/radio/common.d.ts +125 -0
- package/dist/types/components/radio/index.vue.d.ts +9 -4
- package/dist/types/components/radioitem/common.d.ts +99 -0
- package/dist/types/components/radioitem/index.vue.d.ts +9 -2
- package/dist/types/components/range/index.vue.d.ts +9 -2
- package/dist/types/components/rate/index.vue.d.ts +9 -2
- package/dist/types/components/row/index.vue.d.ts +9 -2
- package/dist/types/components/searchbar/index.vue.d.ts +9 -2
- package/dist/types/components/searchbar/type.d.ts +5 -0
- package/dist/types/components/shortpassword/index.vue.d.ts +9 -2
- package/dist/types/components/sidenavbar/index.vue.d.ts +9 -2
- package/dist/types/components/sidenavbaritem/index.vue.d.ts +9 -2
- package/dist/types/components/signature/index.vue.d.ts +9 -2
- package/dist/types/components/skeleton/common.d.ts +2 -4
- package/dist/types/components/skeleton/index.vue.d.ts +9 -2
- package/dist/types/components/sku/components/SkuHeader.vue.d.ts +9 -2
- package/dist/types/components/sku/components/SkuOperate.vue.d.ts +9 -2
- package/dist/types/components/sku/components/SkuSelect.vue.d.ts +9 -2
- package/dist/types/components/sku/components/SkuStepper.vue.d.ts +9 -2
- package/dist/types/components/sku/index.vue.d.ts +9 -2
- package/dist/types/components/step/index.vue.d.ts +9 -2
- package/dist/types/components/steps/index.vue.d.ts +9 -2
- package/dist/types/components/sticky/index.vue.d.ts +9 -2
- package/dist/types/components/subsidenavbar/index.vue.d.ts +9 -2
- package/dist/types/components/swipe/index.vue.d.ts +9 -3
- package/dist/types/components/swipe/type.d.ts +1 -0
- package/dist/types/components/swiper/index.vue.d.ts +9 -2
- package/dist/types/components/swiperitem/index.vue.d.ts +9 -2
- package/dist/types/components/switch/common.d.ts +50 -0
- package/dist/types/components/switch/index.vue.d.ts +9 -52
- package/dist/types/components/switchitem/index.vue.d.ts +9 -2
- package/dist/types/components/tabbar/index.vue.d.ts +9 -2
- package/dist/types/components/tabbaritem/index.vue.d.ts +9 -2
- package/dist/types/components/table/index.vue.d.ts +9 -2
- package/dist/types/components/tabpane/index.vue.d.ts +9 -2
- package/dist/types/components/tabs/index.vue.d.ts +9 -3
- package/dist/types/components/tabs/type.d.ts +1 -0
- package/dist/types/components/tag/index.vue.d.ts +9 -3
- package/dist/types/components/tag/type.d.ts +1 -0
- package/dist/types/components/textarea/index.vue.d.ts +9 -44
- package/dist/types/components/textareaitem/index.vue.d.ts +9 -2
- package/dist/types/components/timedetail/index.vue.d.ts +9 -2
- package/dist/types/components/timepannel/index.vue.d.ts +9 -2
- package/dist/types/components/timeselect/index.vue.d.ts +9 -2
- package/dist/types/components/toast/index.vue.d.ts +9 -2
- package/dist/types/components/uploader/index.vue.d.ts +8 -12
- package/dist/types/components/uploader/type.d.ts +14 -0
- package/dist/types/components/uploader/uploader.d.ts +1 -0
- package/dist/types/components/video/index.vue.d.ts +9 -2
- package/dist/types/components/watermark/index.vue.d.ts +13 -0
- package/dist/types/index.d.ts +7 -1
- package/dist/types/utils/commons.d.ts +1 -0
- package/dist/types/utils/domain/page.d.ts +1 -1
- package/dist/types/utils/use-touch/index.d.ts +18 -1
- package/package.json +9 -2
- package/dist/types/components/radio/base-props.d.ts +0 -55
- package/dist/types/shims-vue.d.ts +0 -15
- package/dist/types/vite-env.d.ts +0 -6
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
};
|
|
@@ -2,59 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
cancelText: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
type: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
valueFormat: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
};
|
|
28
|
-
visible: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
title: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
isShowChinese: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
minuteStep: {
|
|
41
|
-
type: NumberConstructor;
|
|
42
|
-
default: number;
|
|
43
|
-
};
|
|
44
|
-
minDate: {
|
|
45
|
-
type: DateConstructor;
|
|
46
|
-
default: () => Date;
|
|
47
|
-
validator: (val: unknown) => val is Date;
|
|
48
|
-
};
|
|
49
|
-
maxDate: {
|
|
50
|
-
type: DateConstructor;
|
|
51
|
-
default: () => Date;
|
|
52
|
-
validator: (val: unknown) => val is Date;
|
|
53
|
-
};
|
|
54
|
-
isWrapTeleport: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
};
|
|
59
|
-
declare const _default: 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>, {}>;
|
|
60
|
-
export default _default;
|
|
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
|
+
|
|
@@ -1,27 +1,36 @@
|
|
|
1
1
|
import Dialog from './index.vue';
|
|
2
|
+
import { VNode, CSSProperties } from 'vue';
|
|
2
3
|
export declare class DialogOptions {
|
|
3
4
|
title?: string;
|
|
4
|
-
content?: string;
|
|
5
|
+
content?: string | VNode;
|
|
5
6
|
cancelText?: string;
|
|
6
7
|
confirmText?: string;
|
|
7
8
|
textAlign?: string;
|
|
9
|
+
customClass?: string;
|
|
10
|
+
overlayStyle?: CSSProperties;
|
|
11
|
+
overlayClass?: string;
|
|
12
|
+
popStyle?: CSSProperties;
|
|
13
|
+
popClass?: string;
|
|
8
14
|
teleport?: string | HTMLElement;
|
|
9
15
|
id?: string | number;
|
|
10
16
|
footerDirection?: string;
|
|
11
17
|
onUpdate?: Function;
|
|
12
18
|
onConfirm?: Function;
|
|
13
19
|
onCancel?: Function;
|
|
14
|
-
|
|
20
|
+
onOpened?: Function;
|
|
15
21
|
onClosed?: Function;
|
|
22
|
+
beforeClose?: Function;
|
|
16
23
|
visible?: boolean;
|
|
17
24
|
noFooter?: boolean;
|
|
18
25
|
noConfirmBtn?: boolean;
|
|
19
26
|
noCancelBtn?: boolean;
|
|
27
|
+
confrimBtnDisabled?: boolean;
|
|
20
28
|
closeOnPopstate?: boolean;
|
|
21
29
|
lockScroll?: boolean;
|
|
22
30
|
}
|
|
23
31
|
declare class DialogFunction {
|
|
24
32
|
options: DialogOptions;
|
|
33
|
+
instance: any;
|
|
25
34
|
constructor(_options: DialogOptions);
|
|
26
35
|
close: () => void;
|
|
27
36
|
setDefaultOptions: (options: DialogOptions) => void;
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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';
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ExtractPropTypes, SetupContext, RenderFunction } from 'vue';
|
|
2
2
|
export declare const GRID_KEY: unique symbol;
|
|
3
3
|
export declare type GridDirection = 'horizontal' | 'vertical';
|
|
4
4
|
export declare const gridProps: {
|
|
@@ -34,7 +34,7 @@ export declare const gridProps: {
|
|
|
34
34
|
default: boolean;
|
|
35
35
|
};
|
|
36
36
|
direction: {
|
|
37
|
-
type: PropType<GridDirection>;
|
|
37
|
+
type: import("vue").PropType<GridDirection>;
|
|
38
38
|
};
|
|
39
39
|
clickable: {
|
|
40
40
|
type: BooleanConstructor;
|
|
@@ -76,7 +76,7 @@ export declare const component: {
|
|
|
76
76
|
default: boolean;
|
|
77
77
|
};
|
|
78
78
|
direction: {
|
|
79
|
-
type: PropType<GridDirection>;
|
|
79
|
+
type: import("vue").PropType<GridDirection>;
|
|
80
80
|
};
|
|
81
81
|
clickable: {
|
|
82
82
|
type: BooleanConstructor;
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,14 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
|
+
}
|
|
9
12
|
}
|
|
10
|
-
|
|
11
|
-
name: string;
|
|
12
|
-
id: number | string;
|
|
13
|
-
}
|
|
14
|
-
declare const _default: 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>, {}>;
|
|
15
|
-
export default _default;
|
|
13
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import ImagePreview from './index.vue';
|
|
2
2
|
export declare class ImagePreviewOptions {
|
|
3
|
-
show?:
|
|
3
|
+
show?: Boolean;
|
|
4
4
|
images?: Array<string>;
|
|
5
|
-
initNo?:
|
|
6
|
-
paginationVisible?:
|
|
5
|
+
initNo?: Number;
|
|
6
|
+
paginationVisible?: Boolean;
|
|
7
7
|
paginationColor?: string;
|
|
8
|
-
teleport?:
|
|
8
|
+
teleport?: String | HTMLElement;
|
|
9
9
|
onClose?: Function;
|
|
10
10
|
}
|
|
11
11
|
declare class ImagePreviewFunction {
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|
|
@@ -2,5 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
declare const
|
|
6
|
-
export default
|
|
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
|
+
|