@fox-js/foxui 4.0.1-0 → 4.0.1-1
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 +3568 -2474
- package/dist/foxui.umd.js +15 -14
- package/dist/locale/index.d.ts +48 -0
- package/dist/locale/index.js +58 -20
- package/dist/style.css +1 -1
- package/dist/style.es.js +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/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/index.d.ts +6 -1
- package/dist/types/utils/domain/page.d.ts +1 -1
- package/dist/types/utils/use-touch/index.d.ts +18 -1
- package/package.json +1 -1
- 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,148 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
default: never[];
|
|
15
|
-
};
|
|
16
|
-
columnOptions: {
|
|
17
|
-
type: PropType<CloumnOptions>;
|
|
18
|
-
};
|
|
19
|
-
source: {
|
|
20
|
-
type: PropType<string | ItemType[] | SourceFunction>;
|
|
21
|
-
default: never[];
|
|
22
|
-
};
|
|
23
|
-
params: {
|
|
24
|
-
type: ObjectConstructor;
|
|
25
|
-
};
|
|
26
|
-
valueType: {
|
|
27
|
-
type: PropType<ValueType>;
|
|
28
|
-
required: boolean;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
title: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
cancelText: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
clearText: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
confirmText: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
readonly: {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
};
|
|
51
|
-
visibleItemCount: {
|
|
52
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
53
|
-
default: number;
|
|
54
|
-
};
|
|
55
|
-
textName: {
|
|
56
|
-
type: PropType<string>;
|
|
57
|
-
required: boolean;
|
|
58
|
-
default: string;
|
|
59
|
-
};
|
|
60
|
-
valueName: {
|
|
61
|
-
type: PropType<string>;
|
|
62
|
-
required: boolean;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
itemOptions: {
|
|
66
|
-
type: PropType<import("./model").ItemOptions>;
|
|
67
|
-
required: boolean;
|
|
68
|
-
};
|
|
69
|
-
position: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
transition: StringConstructor;
|
|
74
|
-
style: {
|
|
75
|
-
type: PropType<import("vue").CSSProperties>;
|
|
76
|
-
};
|
|
77
|
-
popClass: {
|
|
78
|
-
type: StringConstructor;
|
|
79
|
-
default: string;
|
|
80
|
-
};
|
|
81
|
-
closeable: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
closeIconPosition: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
closeIcon: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
destroyOnClose: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
teleport: {
|
|
98
|
-
type: (StringConstructor | {
|
|
99
|
-
new (): Element;
|
|
100
|
-
prototype: Element;
|
|
101
|
-
})[];
|
|
102
|
-
default: string;
|
|
103
|
-
};
|
|
104
|
-
overlay: {
|
|
105
|
-
type: BooleanConstructor;
|
|
106
|
-
default: boolean;
|
|
107
|
-
};
|
|
108
|
-
round: {
|
|
109
|
-
type: BooleanConstructor;
|
|
110
|
-
default: boolean;
|
|
111
|
-
};
|
|
112
|
-
isWrapTeleport: {
|
|
113
|
-
type: BooleanConstructor;
|
|
114
|
-
default: boolean;
|
|
115
|
-
};
|
|
116
|
-
safeAreaInsetBottom: {
|
|
117
|
-
type: BooleanConstructor;
|
|
118
|
-
default: boolean;
|
|
119
|
-
};
|
|
120
|
-
visible: {
|
|
121
|
-
type: BooleanConstructor;
|
|
122
|
-
default: boolean;
|
|
123
|
-
};
|
|
124
|
-
zIndex: {
|
|
125
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
126
|
-
default: number;
|
|
127
|
-
};
|
|
128
|
-
duration: {
|
|
129
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
130
|
-
default: number;
|
|
131
|
-
};
|
|
132
|
-
overlayClass: {
|
|
133
|
-
type: StringConstructor;
|
|
134
|
-
default: string;
|
|
135
|
-
};
|
|
136
|
-
lockScroll: {
|
|
137
|
-
type: BooleanConstructor;
|
|
138
|
-
default: boolean;
|
|
139
|
-
};
|
|
140
|
-
overlayStyle: {
|
|
141
|
-
type: PropType<import("vue").CSSProperties>;
|
|
142
|
-
};
|
|
143
|
-
closeOnClickOverlay: {
|
|
144
|
-
type: BooleanConstructor;
|
|
145
|
-
default: boolean;
|
|
146
|
-
};
|
|
147
|
-
};
|
|
148
|
-
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>, {}>;
|
|
149
|
-
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
|
+
|
|
@@ -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,7 +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
|
-
|
|
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,81 @@
|
|
|
1
|
+
import { PropType, CSSProperties } from 'vue';
|
|
2
|
+
export declare const popupProps: {
|
|
3
|
+
position: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
transition: StringConstructor;
|
|
8
|
+
style: {
|
|
9
|
+
type: PropType<CSSProperties>;
|
|
10
|
+
};
|
|
11
|
+
popClass: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
closeable: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
closeIconPosition: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
closeIcon: {
|
|
24
|
+
type: StringConstructor;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
destroyOnClose: {
|
|
28
|
+
type: BooleanConstructor;
|
|
29
|
+
default: boolean;
|
|
30
|
+
};
|
|
31
|
+
teleport: {
|
|
32
|
+
type: (StringConstructor | {
|
|
33
|
+
new (): Element;
|
|
34
|
+
prototype: Element;
|
|
35
|
+
})[];
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
overlay: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
round: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
isWrapTeleport: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
safeAreaInsetBottom: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
visible: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
zIndex: {
|
|
59
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
60
|
+
default: number;
|
|
61
|
+
};
|
|
62
|
+
duration: {
|
|
63
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
overlayClass: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
lockScroll: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
74
|
+
overlayStyle: {
|
|
75
|
+
type: PropType<CSSProperties>;
|
|
76
|
+
};
|
|
77
|
+
closeOnClickOverlay: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
@@ -2,86 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
import {
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
};
|
|
15
|
-
popClass: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
closeable: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
default: boolean;
|
|
22
|
-
};
|
|
23
|
-
closeIconPosition: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
closeIcon: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
destroyOnClose: {
|
|
32
|
-
type: BooleanConstructor;
|
|
33
|
-
default: boolean;
|
|
34
|
-
};
|
|
35
|
-
teleport: {
|
|
36
|
-
type: (StringConstructor | {
|
|
37
|
-
new (): Element;
|
|
38
|
-
prototype: Element;
|
|
39
|
-
})[];
|
|
40
|
-
default: string;
|
|
41
|
-
};
|
|
42
|
-
overlay: {
|
|
43
|
-
type: BooleanConstructor;
|
|
44
|
-
default: boolean;
|
|
45
|
-
};
|
|
46
|
-
round: {
|
|
47
|
-
type: BooleanConstructor;
|
|
48
|
-
default: boolean;
|
|
49
|
-
};
|
|
50
|
-
isWrapTeleport: {
|
|
51
|
-
type: BooleanConstructor;
|
|
52
|
-
default: boolean;
|
|
53
|
-
};
|
|
54
|
-
safeAreaInsetBottom: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
visible: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
default: boolean;
|
|
61
|
-
};
|
|
62
|
-
zIndex: {
|
|
63
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
64
|
-
default: number;
|
|
65
|
-
};
|
|
66
|
-
duration: {
|
|
67
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
68
|
-
default: number;
|
|
69
|
-
};
|
|
70
|
-
overlayClass: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
lockScroll: {
|
|
75
|
-
type: BooleanConstructor;
|
|
76
|
-
default: boolean;
|
|
77
|
-
};
|
|
78
|
-
overlayStyle: {
|
|
79
|
-
type: PropType<CSSProperties>;
|
|
80
|
-
};
|
|
81
|
-
closeOnClickOverlay: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
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>, {}>;
|
|
87
|
-
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
|
+
|
|
@@ -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,125 @@
|
|
|
1
|
+
import { SetupContext, VNode } from 'vue';
|
|
2
|
+
export declare const baseProps: {
|
|
3
|
+
justify: {
|
|
4
|
+
type: StringConstructor;
|
|
5
|
+
default: string;
|
|
6
|
+
};
|
|
7
|
+
align: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
wrap: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
labelWidth: {
|
|
16
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
17
|
+
};
|
|
18
|
+
labelPosition: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
};
|
|
21
|
+
position: {
|
|
22
|
+
type: StringConstructor;
|
|
23
|
+
default: string;
|
|
24
|
+
};
|
|
25
|
+
shape: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: string;
|
|
28
|
+
};
|
|
29
|
+
disabled: {
|
|
30
|
+
type: BooleanConstructor;
|
|
31
|
+
default: boolean;
|
|
32
|
+
};
|
|
33
|
+
iconName: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
required: boolean;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
iconActiveName: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
required: boolean;
|
|
41
|
+
default: string;
|
|
42
|
+
};
|
|
43
|
+
iconSize: {
|
|
44
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
45
|
+
required: boolean;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
iconClassPrefix: {
|
|
49
|
+
type: StringConstructor;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
iconFontClassName: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
export declare function component(componentName: string, foxIcon: any): {
|
|
58
|
+
props: {
|
|
59
|
+
modelValue: {
|
|
60
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
61
|
+
required: boolean;
|
|
62
|
+
};
|
|
63
|
+
value: {
|
|
64
|
+
type: (BooleanConstructor | StringConstructor | NumberConstructor | ObjectConstructor)[];
|
|
65
|
+
required: boolean;
|
|
66
|
+
};
|
|
67
|
+
justify: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
align: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
wrap: {
|
|
76
|
+
type: StringConstructor;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
79
|
+
labelWidth: {
|
|
80
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
81
|
+
};
|
|
82
|
+
labelPosition: {
|
|
83
|
+
type: StringConstructor;
|
|
84
|
+
};
|
|
85
|
+
position: {
|
|
86
|
+
type: StringConstructor;
|
|
87
|
+
default: string;
|
|
88
|
+
};
|
|
89
|
+
shape: {
|
|
90
|
+
type: StringConstructor;
|
|
91
|
+
default: string;
|
|
92
|
+
};
|
|
93
|
+
disabled: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
iconName: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
required: boolean;
|
|
100
|
+
default: string;
|
|
101
|
+
};
|
|
102
|
+
iconActiveName: {
|
|
103
|
+
type: StringConstructor;
|
|
104
|
+
required: boolean;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
iconSize: {
|
|
108
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
109
|
+
required: boolean;
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
iconClassPrefix: {
|
|
113
|
+
type: StringConstructor;
|
|
114
|
+
default: string;
|
|
115
|
+
};
|
|
116
|
+
iconFontClassName: {
|
|
117
|
+
type: StringConstructor;
|
|
118
|
+
default: string;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
emits: string[];
|
|
122
|
+
setup(props: Record<string, any>, context: SetupContext): () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
123
|
+
[key: string]: any;
|
|
124
|
+
}>;
|
|
125
|
+
};
|
|
@@ -2,7 +2,12 @@ import { App, PropType, CSSProperties } from 'vue';
|
|
|
2
2
|
declare type Install<T> = T & {
|
|
3
3
|
install(app: App): void;
|
|
4
4
|
};
|
|
5
|
-
import {
|
|
6
|
-
export
|
|
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
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
import { SetupContext, PropType, VNode } from 'vue';
|
|
2
|
+
import { ItemType, SourceFunction, ItemOptions, ValueType } from './model';
|
|
3
|
+
export declare function component(componentName: string, radio: any): {
|
|
4
|
+
props: {
|
|
5
|
+
source: {
|
|
6
|
+
type: PropType<string | ItemType[] | SourceFunction>;
|
|
7
|
+
required: boolean;
|
|
8
|
+
};
|
|
9
|
+
params: {
|
|
10
|
+
type: PropType<Record<string, any>>;
|
|
11
|
+
required: boolean;
|
|
12
|
+
};
|
|
13
|
+
valueType: {
|
|
14
|
+
type: PropType<ValueType>;
|
|
15
|
+
required: boolean;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
textName: {
|
|
19
|
+
type: PropType<string>;
|
|
20
|
+
required: boolean;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
valueName: {
|
|
24
|
+
type: PropType<string>;
|
|
25
|
+
required: boolean;
|
|
26
|
+
default: string;
|
|
27
|
+
};
|
|
28
|
+
itemOptions: {
|
|
29
|
+
type: PropType<ItemOptions>;
|
|
30
|
+
required: boolean;
|
|
31
|
+
};
|
|
32
|
+
column: {
|
|
33
|
+
type: PropType<string | number>;
|
|
34
|
+
required: boolean;
|
|
35
|
+
default: number;
|
|
36
|
+
};
|
|
37
|
+
disabled: {
|
|
38
|
+
type: PropType<string | boolean>;
|
|
39
|
+
required: boolean;
|
|
40
|
+
};
|
|
41
|
+
modelValue: {
|
|
42
|
+
type: PropType<string | number | boolean | ItemType>;
|
|
43
|
+
default: string;
|
|
44
|
+
};
|
|
45
|
+
justify: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
align: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
wrap: {
|
|
54
|
+
type: StringConstructor;
|
|
55
|
+
default: string;
|
|
56
|
+
};
|
|
57
|
+
labelWidth: {
|
|
58
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
59
|
+
};
|
|
60
|
+
labelPosition: {
|
|
61
|
+
type: StringConstructor;
|
|
62
|
+
};
|
|
63
|
+
position: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
shape: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
iconName: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
required: boolean;
|
|
74
|
+
default: string;
|
|
75
|
+
};
|
|
76
|
+
iconActiveName: {
|
|
77
|
+
type: StringConstructor;
|
|
78
|
+
required: boolean;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
iconSize: {
|
|
82
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
83
|
+
required: boolean;
|
|
84
|
+
default: string;
|
|
85
|
+
};
|
|
86
|
+
iconClassPrefix: {
|
|
87
|
+
type: StringConstructor;
|
|
88
|
+
default: string;
|
|
89
|
+
};
|
|
90
|
+
iconFontClassName: {
|
|
91
|
+
type: StringConstructor;
|
|
92
|
+
default: string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
emits: string[];
|
|
96
|
+
setup(props: Record<string, any>, context: SetupContext): () => VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
97
|
+
[key: string]: any;
|
|
98
|
+
}>;
|
|
99
|
+
};
|
|
@@ -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
|
+
|