@creatorsn/vfluent3 0.2.17 → 0.2.20
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/types/packages/affix/index.d.ts +44 -0
- package/dist/types/packages/affix/source/index.vue.d.ts +43 -0
- package/dist/types/packages/affix/style/index.d.ts +3 -0
- package/dist/types/packages/animated-icon/index.d.ts +325 -191
- package/dist/types/packages/animated-icon/source/index.vue.d.ts +325 -192
- package/dist/types/packages/badge/index.d.ts +76 -188
- package/dist/types/packages/badge/source/index.vue.d.ts +76 -188
- package/dist/types/packages/breadcrumb/index.d.ts +95 -293
- package/dist/types/packages/breadcrumb/source/index.vue.d.ts +95 -293
- package/dist/types/packages/button/index.d.ts +79 -289
- package/dist/types/packages/button/source/index.vue.d.ts +79 -289
- package/dist/types/packages/calendar-date-picker/index.d.ts +108 -1
- package/dist/types/packages/calendar-date-picker/source/index.vue.d.ts +108 -1
- package/dist/types/packages/calendar-view/index.d.ts +122 -175
- package/dist/types/packages/calendar-view/source/index.vue.d.ts +122 -175
- package/dist/types/packages/calendar-view/source/sub/dateBox.vue.d.ts +1 -288
- package/dist/types/packages/calendar-view/source/sub/monthBox.vue.d.ts +1 -239
- package/dist/types/packages/calendar-view/source/sub/yearBox.vue.d.ts +1 -179
- package/dist/types/packages/callout/index.d.ts +13 -13
- package/dist/types/packages/callout/source/index.vue.d.ts +21 -21
- package/dist/types/packages/check-box/index.d.ts +67 -200
- package/dist/types/packages/check-box/source/index.vue.d.ts +67 -200
- package/dist/types/packages/collapse/index.d.ts +77 -276
- package/dist/types/packages/collapse/source/index.vue.d.ts +77 -276
- package/dist/types/packages/color-picker/index.d.ts +7 -7
- package/dist/types/packages/color-picker/source/index.d.ts +3 -3
- package/dist/types/packages/color-picker/source/index.vue.d.ts +7 -7
- package/dist/types/packages/combobox/index.d.ts +106 -525
- package/dist/types/packages/combobox/source/index.vue.d.ts +106 -525
- package/dist/types/packages/command-bar/index.d.ts +97 -219
- package/dist/types/packages/command-bar/source/index.vue.d.ts +97 -219
- package/dist/types/packages/date-picker/index.d.ts +22 -22
- package/dist/types/packages/date-picker/source/index.d.ts +56 -56
- package/dist/types/packages/date-picker/source/index.vue.d.ts +22 -22
- package/dist/types/packages/details-list/index.d.ts +275 -689
- package/dist/types/packages/details-list/source/index.vue.d.ts +275 -689
- package/dist/types/packages/details-list/source/sub/selector.vue.d.ts +1 -117
- package/dist/types/packages/details-list/source/sub/spliter.vue.d.ts +1 -121
- package/dist/types/packages/drawer/index.d.ts +103 -197
- package/dist/types/packages/drawer/source/index.vue.d.ts +103 -197
- package/dist/types/packages/drop-down/index.d.ts +169 -456
- package/dist/types/packages/drop-down/source/index.vue.d.ts +169 -456
- package/dist/types/packages/drop-down/source/input/input.vue.d.ts +1 -305
- package/dist/types/packages/drop-down/source/list/listContainer.vue.d.ts +1 -370
- package/dist/types/packages/expander/index.d.ts +80 -270
- package/dist/types/packages/expander/source/index.vue.d.ts +80 -270
- package/dist/types/packages/flip-view/index.d.ts +186 -252
- package/dist/types/packages/flip-view/source/index.vue.d.ts +186 -252
- package/dist/types/packages/icon-element/index.d.ts +59 -164
- package/dist/types/packages/icon-element/source/index.vue.d.ts +59 -164
- package/dist/types/packages/image/index.d.ts +60 -105
- package/dist/types/packages/image/source/index.vue.d.ts +60 -105
- package/dist/types/packages/img/index.d.ts +47 -145
- package/dist/types/packages/img/source/index.vue.d.ts +47 -145
- package/dist/types/packages/img-box/index.d.ts +95 -151
- package/dist/types/packages/img-box/source/index.vue.d.ts +95 -151
- package/dist/types/packages/index.d.ts +5 -0
- package/dist/types/packages/infinite-scroll-view/index.d.ts +75 -176
- package/dist/types/packages/infinite-scroll-view/source/index.vue.d.ts +75 -176
- package/dist/types/packages/info-box/index.d.ts +145 -228
- package/dist/types/packages/info-box/source/index.vue.d.ts +145 -228
- package/dist/types/packages/list-view/index.d.ts +209 -1
- package/dist/types/packages/list-view/source/index.vue.d.ts +209 -1
- package/dist/types/packages/menu-flyout/index.d.ts +128 -1
- package/dist/types/packages/menu-flyout/source/index.vue.d.ts +128 -1
- package/dist/types/packages/message-bar/index.d.ts +128 -1
- package/dist/types/packages/message-bar/source/index.vue.d.ts +128 -1
- package/dist/types/packages/message-bar/source/plugin.d.ts +1 -1
- package/dist/types/packages/navigation-panel/index.d.ts +150 -1
- package/dist/types/packages/navigation-panel/source/index.vue.d.ts +150 -1
- package/dist/types/packages/navigation-view/index.d.ts +87 -1
- package/dist/types/packages/navigation-view/source/index.vue.d.ts +87 -1
- package/dist/types/packages/pagination/index.d.ts +63 -1
- package/dist/types/packages/pagination/source/index.vue.d.ts +63 -1
- package/dist/types/packages/panel/index.d.ts +121 -1
- package/dist/types/packages/panel/source/index.vue.d.ts +121 -1
- package/dist/types/packages/persona/index.d.ts +186 -1
- package/dist/types/packages/persona/source/index.vue.d.ts +186 -1
- package/dist/types/packages/pivot/index.d.ts +158 -1
- package/dist/types/packages/pivot/source/index.vue.d.ts +158 -1
- package/dist/types/packages/progress-bar/index.d.ts +63 -1
- package/dist/types/packages/progress-bar/source/index.vue.d.ts +63 -1
- package/dist/types/packages/progress-ring/index.d.ts +99 -1
- package/dist/types/packages/progress-ring/source/index.vue.d.ts +99 -1
- package/dist/types/packages/radio/index.d.ts +47 -60
- package/dist/types/packages/radio/source/index.vue.d.ts +47 -60
- package/dist/types/packages/rating-control/index.d.ts +105 -1
- package/dist/types/packages/rating-control/source/index.vue.d.ts +105 -1
- package/dist/types/packages/reveal-container/index.d.ts +219 -1
- package/dist/types/packages/reveal-container/source/index.vue.d.ts +219 -1
- package/dist/types/packages/scroll-story/index.d.ts +80 -1
- package/dist/types/packages/scroll-story/source/index.vue.d.ts +80 -1
- package/dist/types/packages/search-box/index.d.ts +215 -1
- package/dist/types/packages/search-box/source/index.vue.d.ts +215 -1
- package/dist/types/packages/shimmer/index.d.ts +68 -1
- package/dist/types/packages/shimmer/source/index.vue.d.ts +68 -1
- package/dist/types/packages/slider/index.d.ts +205 -1
- package/dist/types/packages/slider/source/index.vue.d.ts +205 -1
- package/dist/types/packages/swipe-control/index.d.ts +137 -1
- package/dist/types/packages/swipe-control/source/index.vue.d.ts +137 -1
- package/dist/types/packages/tag/index.d.ts +104 -1
- package/dist/types/packages/tag/source/index.vue.d.ts +104 -1
- package/dist/types/packages/text-box/index.d.ts +174 -1
- package/dist/types/packages/text-box/source/index.vue.d.ts +174 -1
- package/dist/types/packages/text-field/index.d.ts +129 -1
- package/dist/types/packages/text-field/source/index.vue.d.ts +129 -1
- package/dist/types/packages/time-picker/index.d.ts +3 -1
- package/dist/types/packages/time-picker/source/index.vue.d.ts +3 -1
- package/dist/types/packages/toggle-switch/index.d.ts +117 -1
- package/dist/types/packages/toggle-switch/source/index.vue.d.ts +117 -1
- package/dist/types/packages/tree-view/index.d.ts +125 -1
- package/dist/types/packages/tree-view/source/index.vue.d.ts +125 -1
- package/dist/types/packages/verify-box/index.d.ts +108 -1
- package/dist/types/packages/verify-box/source/index.vue.d.ts +108 -1
- package/dist/types/packages/web-window/index.d.ts +131 -1
- package/dist/types/packages/web-window/source/index.vue.d.ts +131 -1
- package/dist/types/store/image/index.d.ts +3 -3
- package/dist/types/utils/common/revealEffect/direct.d.ts +1 -1
- package/dist/types/utils/common/revealEffect/masked.d.ts +1 -1
- package/dist/vfluent3.js +13799 -13454
- package/dist/vfluent3.umd.cjs +8 -8
- package/package.json +1 -1
- package/dist/types/packages/badge/source/index.d.ts +0 -50
- package/dist/types/packages/breadcrumb/source/index.d.ts +0 -81
- package/dist/types/packages/calendar-date-picker/source/index.d.ts +0 -20
- package/dist/types/packages/calendar-view/source/index.d.ts +0 -796
- package/dist/types/packages/calendar-view/source/sub/dateBox.d.ts +0 -192
- package/dist/types/packages/calendar-view/source/sub/monthBox.d.ts +0 -177
- package/dist/types/packages/calendar-view/source/sub/yearBox.d.ts +0 -161
- package/dist/types/packages/callout/source/index.d.ts +0 -1113
- package/dist/types/packages/check-box/source/index.d.ts +0 -51
- package/dist/types/packages/collapse/source/index.d.ts +0 -67
- package/dist/types/packages/combobox/source/index.d.ts +0 -110
- package/dist/types/packages/command-bar/source/index.d.ts +0 -96
- package/dist/types/packages/details-list/source/index.d.ts +0 -228
- package/dist/types/packages/details-list/source/sub/selector.d.ts +0 -30
- package/dist/types/packages/details-list/source/sub/spliter.d.ts +0 -34
- package/dist/types/packages/drawer/source/index.d.ts +0 -66
- package/dist/types/packages/drop-down/source/index.d.ts +0 -141
- package/dist/types/packages/drop-down/source/input/input.d.ts +0 -80
- package/dist/types/packages/drop-down/source/list/listContainer.d.ts +0 -101
- package/dist/types/packages/expander/source/index.d.ts +0 -66
- package/dist/types/packages/flip-view/source/index.d.ts +0 -122
- package/dist/types/packages/icon-element/source/index.d.ts +0 -49
- package/dist/types/packages/image/source/index.d.ts +0 -38
- package/dist/types/packages/img/source/index.d.ts +0 -38
- package/dist/types/packages/img-box/source/index.d.ts +0 -155
- package/dist/types/packages/infinite-scroll-view/source/index.d.ts +0 -52
- package/dist/types/packages/info-box/source/index.d.ts +0 -87
- package/dist/types/packages/list-view/source/index.d.ts +0 -20
- package/dist/types/packages/menu-flyout/source/index.d.ts +0 -20
- package/dist/types/packages/message-bar/source/index.d.ts +0 -20
- package/dist/types/packages/navigation-panel/source/index.d.ts +0 -20
- package/dist/types/packages/navigation-view/source/index.d.ts +0 -20
- package/dist/types/packages/pagination/source/index.d.ts +0 -20
- package/dist/types/packages/panel/source/index.d.ts +0 -20
- package/dist/types/packages/pivot/source/index.d.ts +0 -20
- package/dist/types/packages/progress-bar/source/index.d.ts +0 -20
- package/dist/types/packages/progress-ring/source/index.d.ts +0 -20
- package/dist/types/packages/radio/source/index.d.ts +0 -20
- package/dist/types/packages/rating-control/source/index.d.ts +0 -20
- package/dist/types/packages/reveal-container/source/index.d.ts +0 -20
- package/dist/types/packages/scroll-story/source/index.d.ts +0 -20
- package/dist/types/packages/search-box/source/index.d.ts +0 -20
- package/dist/types/packages/shimmer/source/index.d.ts +0 -20
- package/dist/types/packages/slider/source/index.d.ts +0 -20
- package/dist/types/packages/swipe-control/source/index.d.ts +0 -20
- package/dist/types/packages/tag/source/index.d.ts +0 -20
- package/dist/types/packages/text-box/source/index.d.ts +0 -20
- package/dist/types/packages/text-field/source/index.d.ts +0 -20
- package/dist/types/packages/time-picker/source/index.d.ts +0 -20
- package/dist/types/packages/toggle-switch/source/index.d.ts +0 -20
- package/dist/types/packages/tree-view/source/index.d.ts +0 -20
- package/dist/types/packages/verify-box/source/index.d.ts +0 -20
- package/dist/types/packages/web-window/source/index.d.ts +0 -20
|
@@ -1,141 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EmitFn } from '@/types/components';
|
|
3
|
-
type DropDownType = 'header' | 'divider';
|
|
4
|
-
export type DropDownOption = {
|
|
5
|
-
key?: string;
|
|
6
|
-
text?: string;
|
|
7
|
-
type?: DropDownType;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
choosen?: boolean;
|
|
10
|
-
};
|
|
11
|
-
export declare const dropDownProps: {
|
|
12
|
-
modelValue: {
|
|
13
|
-
type: PropType<DropDownOption[]>;
|
|
14
|
-
default: () => any[];
|
|
15
|
-
};
|
|
16
|
-
options: {
|
|
17
|
-
type: PropType<DropDownOption[]>;
|
|
18
|
-
default: () => any[];
|
|
19
|
-
};
|
|
20
|
-
multiple: {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
};
|
|
24
|
-
borderWidth: {
|
|
25
|
-
type: NumberConstructor;
|
|
26
|
-
default: number;
|
|
27
|
-
};
|
|
28
|
-
borderRadius: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
placeholder: {
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
maxHeight: {
|
|
36
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
inputForeground: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
inputBorderColor: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
checkBoxBackground: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
dropDownListForeground: {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
dropDownListBackground: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
inputBackground: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
dropDownIcon: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
dropDownIconForeground: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
default: string;
|
|
70
|
-
};
|
|
71
|
-
showError: {
|
|
72
|
-
type: BooleanConstructor;
|
|
73
|
-
default: boolean;
|
|
74
|
-
};
|
|
75
|
-
errorMessage: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
setFocus: {
|
|
80
|
-
type: BooleanConstructor;
|
|
81
|
-
default: boolean;
|
|
82
|
-
};
|
|
83
|
-
theme: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
|
-
disabled: {
|
|
88
|
-
type: BooleanConstructor;
|
|
89
|
-
default: boolean;
|
|
90
|
-
};
|
|
91
|
-
lang: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
export type DropDownProps = ExtractPropTypes<typeof dropDownProps>;
|
|
97
|
-
export declare const dropDownEmits: {
|
|
98
|
-
"update:modelValue"(val: Array<DropDownOption>): boolean;
|
|
99
|
-
"visible-change"(val: boolean): boolean;
|
|
100
|
-
change(val: {
|
|
101
|
-
option: DropDownOption;
|
|
102
|
-
index: number;
|
|
103
|
-
}): boolean;
|
|
104
|
-
};
|
|
105
|
-
export type DropDownEmits = typeof dropDownEmits;
|
|
106
|
-
export declare const useDropDown: (props: DropDownProps, emits: EmitFn<DropDownEmits>) => {
|
|
107
|
-
root: import("vue").Ref<HTMLElement>;
|
|
108
|
-
input: import("vue").Ref<HTMLElement>;
|
|
109
|
-
choosenValue: import("vue").Ref<{
|
|
110
|
-
key?: string;
|
|
111
|
-
text?: string;
|
|
112
|
-
type?: DropDownType;
|
|
113
|
-
disabled?: boolean;
|
|
114
|
-
choosen?: boolean;
|
|
115
|
-
}[]>;
|
|
116
|
-
styles: import("vue").Ref<{
|
|
117
|
-
dropDown: {
|
|
118
|
-
zIndex: number;
|
|
119
|
-
overflow: string;
|
|
120
|
-
};
|
|
121
|
-
}>;
|
|
122
|
-
show: import("vue").Ref<{
|
|
123
|
-
listContainer: boolean;
|
|
124
|
-
}>;
|
|
125
|
-
init: () => void;
|
|
126
|
-
destroy: () => void;
|
|
127
|
-
heightSenseInit: () => void;
|
|
128
|
-
dropDownListShowStatus: import("vue").ComputedRef<{
|
|
129
|
-
position: string;
|
|
130
|
-
top: string;
|
|
131
|
-
bottom: string;
|
|
132
|
-
height: string;
|
|
133
|
-
overflow: string;
|
|
134
|
-
}>;
|
|
135
|
-
dropDownListHeight: import("vue").ComputedRef<number>;
|
|
136
|
-
onChange: (event: {
|
|
137
|
-
option: DropDownOption;
|
|
138
|
-
index: number;
|
|
139
|
-
}) => void;
|
|
140
|
-
};
|
|
141
|
-
export {};
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from "vue";
|
|
2
|
-
import { DropDownOption } from "..";
|
|
3
|
-
import { EmitFn } from "@/types/components";
|
|
4
|
-
export declare const inputProps: {
|
|
5
|
-
modelValue: {
|
|
6
|
-
type: PropType<DropDownOption[]>;
|
|
7
|
-
default: () => any[];
|
|
8
|
-
};
|
|
9
|
-
borderWidth: {
|
|
10
|
-
type: NumberConstructor;
|
|
11
|
-
default: number;
|
|
12
|
-
};
|
|
13
|
-
placeholder: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
borderRadius: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
inputForeground: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
inputBackground: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
inputBorderColor: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
dropDownIcon: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
dropDownIconForeground: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
revealBorderColor: {
|
|
42
|
-
type: BooleanConstructor;
|
|
43
|
-
default: boolean;
|
|
44
|
-
};
|
|
45
|
-
revealBackgroundColor: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
theme: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
disabled: {
|
|
54
|
-
type: BooleanConstructor;
|
|
55
|
-
default: boolean;
|
|
56
|
-
};
|
|
57
|
-
lang: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
export type InputProps = ExtractPropTypes<typeof inputProps>;
|
|
63
|
-
export declare const inputEmits: {
|
|
64
|
-
"update:modelValue"(val: Array<DropDownOption>): boolean;
|
|
65
|
-
};
|
|
66
|
-
export type InputEmits = typeof inputEmits;
|
|
67
|
-
export declare const useInput: (props: InputProps, emits: EmitFn<InputEmits>) => {
|
|
68
|
-
root: import("vue").Ref<HTMLElement>;
|
|
69
|
-
theme: import("vue").ComputedRef<string>;
|
|
70
|
-
choosenValue: import("vue").Ref<{
|
|
71
|
-
key?: string;
|
|
72
|
-
text?: string;
|
|
73
|
-
type?: "header" | "divider";
|
|
74
|
-
disabled?: boolean;
|
|
75
|
-
choosen?: boolean;
|
|
76
|
-
}[]>;
|
|
77
|
-
inputValue: import("vue").ComputedRef<string>;
|
|
78
|
-
borderLightColor: import("vue").ComputedRef<true | "rgba(121, 119, 117, 0.6)" | "rgba(255, 255, 255, 0.6)">;
|
|
79
|
-
backgroundLightColor: import("vue").ComputedRef<true | "rgba(121, 119, 117, 0.3)" | "rgba(255, 255, 255, 0.3)">;
|
|
80
|
-
};
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from "vue";
|
|
2
|
-
import { DropDownOption } from "..";
|
|
3
|
-
import { EmitFn } from "@/types/components";
|
|
4
|
-
export declare const listContainerProps: {
|
|
5
|
-
modelValue: {
|
|
6
|
-
type: PropType<DropDownOption[]>;
|
|
7
|
-
default: () => any[];
|
|
8
|
-
};
|
|
9
|
-
options: {
|
|
10
|
-
type: PropType<DropDownOption[]>;
|
|
11
|
-
default: () => any[];
|
|
12
|
-
};
|
|
13
|
-
multiple: {
|
|
14
|
-
type: BooleanConstructor;
|
|
15
|
-
default: boolean;
|
|
16
|
-
};
|
|
17
|
-
maxHeight: {
|
|
18
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
borderRadius: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
checkBoxBackground: {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
};
|
|
29
|
-
dropDownListForeground: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
dropDownListBackground: {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
showStatus: {
|
|
38
|
-
type: PropType<{
|
|
39
|
-
position: string;
|
|
40
|
-
top: string;
|
|
41
|
-
bottom: string;
|
|
42
|
-
height: string;
|
|
43
|
-
overflow: string;
|
|
44
|
-
maxHeight?: string;
|
|
45
|
-
}>;
|
|
46
|
-
default: () => {
|
|
47
|
-
position: string;
|
|
48
|
-
top: string;
|
|
49
|
-
bottom: string;
|
|
50
|
-
height: string;
|
|
51
|
-
overflow: string;
|
|
52
|
-
maxHeight: any;
|
|
53
|
-
};
|
|
54
|
-
};
|
|
55
|
-
theme: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
disabled: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
lang: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export type ListContainerProps = ExtractPropTypes<typeof listContainerProps>;
|
|
69
|
-
export declare const listContainerEmits: {
|
|
70
|
-
"update:modelValue"(val: Array<DropDownOption>): boolean;
|
|
71
|
-
chooseItem(val: {
|
|
72
|
-
option: DropDownOption;
|
|
73
|
-
index: number;
|
|
74
|
-
}): boolean;
|
|
75
|
-
};
|
|
76
|
-
export type ListContainerEmits = typeof listContainerEmits;
|
|
77
|
-
export declare const useListContainer: (props: ListContainerProps, emits: EmitFn<ListContainerEmits>) => {
|
|
78
|
-
onClick: (cur: DropDownOption) => number;
|
|
79
|
-
stylesInit: () => void;
|
|
80
|
-
choosenValue: import("vue").Ref<{
|
|
81
|
-
key?: string;
|
|
82
|
-
text?: string;
|
|
83
|
-
type?: "header" | "divider";
|
|
84
|
-
disabled?: boolean;
|
|
85
|
-
choosen?: boolean;
|
|
86
|
-
}[]>;
|
|
87
|
-
styles: import("vue").Ref<{
|
|
88
|
-
listContainer: {
|
|
89
|
-
top: string;
|
|
90
|
-
bottom: string;
|
|
91
|
-
height: string;
|
|
92
|
-
maxHeight: string;
|
|
93
|
-
background: string;
|
|
94
|
-
borderRadius: string;
|
|
95
|
-
overflow: string;
|
|
96
|
-
};
|
|
97
|
-
title: {
|
|
98
|
-
color: string;
|
|
99
|
-
};
|
|
100
|
-
}>;
|
|
101
|
-
};
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
import { EmitFn } from '@/types/components';
|
|
3
|
-
export declare const expanderProps: {
|
|
4
|
-
modelValue: {
|
|
5
|
-
type: BooleanConstructor;
|
|
6
|
-
default: boolean;
|
|
7
|
-
};
|
|
8
|
-
icon: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
title: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
content: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
titleBackground: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
expandBackground: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
defaultHeight: {
|
|
29
|
-
type: NumberConstructor;
|
|
30
|
-
default: number;
|
|
31
|
-
};
|
|
32
|
-
maxHeight: {
|
|
33
|
-
type: NumberConstructor;
|
|
34
|
-
default: number;
|
|
35
|
-
};
|
|
36
|
-
visibleOverflow: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
theme: {
|
|
41
|
-
type: StringConstructor;
|
|
42
|
-
default: string;
|
|
43
|
-
};
|
|
44
|
-
disabled: {
|
|
45
|
-
type: BooleanConstructor;
|
|
46
|
-
default: boolean;
|
|
47
|
-
};
|
|
48
|
-
lang: {
|
|
49
|
-
type: StringConstructor;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
export type ExpanderProps = ExtractPropTypes<typeof expanderProps>;
|
|
54
|
-
export declare const expanderEmits: {
|
|
55
|
-
"update:modelValue"(val: boolean): boolean;
|
|
56
|
-
"item-click"(val: boolean): boolean;
|
|
57
|
-
"description-click"(): boolean;
|
|
58
|
-
"icon-click"(): boolean;
|
|
59
|
-
};
|
|
60
|
-
export type ExpanderEmits = typeof expanderEmits;
|
|
61
|
-
export declare const useExpander: (props: ExpanderProps, emits: EmitFn<ExpanderEmits>) => {
|
|
62
|
-
thisValue: import("vue").Ref<boolean>;
|
|
63
|
-
hover: import("vue").Ref<boolean>;
|
|
64
|
-
hoverBackground: () => string;
|
|
65
|
-
itemClick: () => void;
|
|
66
|
-
};
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
/// <reference types="node" />
|
|
3
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
4
|
-
import { EmitFn } from '@/types/components';
|
|
5
|
-
type Direction = 'horizontal' | 'vertial';
|
|
6
|
-
type Animation = 'move' | 'moveFade' | 'moveDifferent' | 'glue' | 'push' | 'fold';
|
|
7
|
-
type ShowControlPanel = '' | 'hover' | 'hidden';
|
|
8
|
-
export declare const flipViewProps: {
|
|
9
|
-
modelValue: {
|
|
10
|
-
type: PropType<Record<string, any>[]>;
|
|
11
|
-
default: () => any[];
|
|
12
|
-
};
|
|
13
|
-
direction: {
|
|
14
|
-
type: PropType<Direction>;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
animation: {
|
|
18
|
-
type: PropType<Animation>;
|
|
19
|
-
default: string;
|
|
20
|
-
};
|
|
21
|
-
duration: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
default: number;
|
|
24
|
-
};
|
|
25
|
-
autoPlay: {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
};
|
|
29
|
-
autoPlayDuration: {
|
|
30
|
-
type: NumberConstructor;
|
|
31
|
-
default: number;
|
|
32
|
-
};
|
|
33
|
-
showControlPanel: {
|
|
34
|
-
type: PropType<ShowControlPanel>;
|
|
35
|
-
default: string;
|
|
36
|
-
};
|
|
37
|
-
mask: {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
theme: {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: string;
|
|
44
|
-
};
|
|
45
|
-
disabled: {
|
|
46
|
-
type: BooleanConstructor;
|
|
47
|
-
default: boolean;
|
|
48
|
-
};
|
|
49
|
-
lang: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
default: string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export type FlipViewProps = ExtractPropTypes<typeof flipViewProps>;
|
|
55
|
-
export declare const flipViewEmits: {
|
|
56
|
-
"update:modelValue"(val: Array<Record<string, any>>): boolean;
|
|
57
|
-
change(val: {
|
|
58
|
-
index: number;
|
|
59
|
-
duration: number;
|
|
60
|
-
}): boolean;
|
|
61
|
-
};
|
|
62
|
-
export type FlipViewEmits = typeof flipViewEmits;
|
|
63
|
-
export declare const useFlipView: (props: FlipViewProps, emits: EmitFn<FlipViewEmits>) => {
|
|
64
|
-
thisValue: import("vue").Ref<Record<string, any>[]>;
|
|
65
|
-
currentIndex: import("vue").Ref<number>;
|
|
66
|
-
currentAnimation: import("vue").Ref<string>;
|
|
67
|
-
hoverTrigger: import("vue").Ref<boolean>;
|
|
68
|
-
thisAutoPlay: import("vue").Ref<boolean>;
|
|
69
|
-
animationMap: {
|
|
70
|
-
move: string;
|
|
71
|
-
moveFade: string;
|
|
72
|
-
moveDifferent: string;
|
|
73
|
-
glue: string;
|
|
74
|
-
push: string;
|
|
75
|
-
fold: string;
|
|
76
|
-
};
|
|
77
|
-
styles: import("vue").Ref<{
|
|
78
|
-
containerItem: {
|
|
79
|
-
animationDuration: string;
|
|
80
|
-
animationTimingFunction: string;
|
|
81
|
-
};
|
|
82
|
-
controlPanel: {
|
|
83
|
-
background: string;
|
|
84
|
-
};
|
|
85
|
-
}>;
|
|
86
|
-
timer: import("vue").Ref<{
|
|
87
|
-
autoPlay?: number | {
|
|
88
|
-
hasRef: () => boolean;
|
|
89
|
-
refresh: () => NodeJS.Timeout;
|
|
90
|
-
[Symbol.toPrimitive]: () => number;
|
|
91
|
-
[Symbol.dispose]: () => void;
|
|
92
|
-
ref: () => NodeJS.Timeout;
|
|
93
|
-
unref: () => NodeJS.Timeout;
|
|
94
|
-
};
|
|
95
|
-
dis?: number | {
|
|
96
|
-
hasRef: () => boolean;
|
|
97
|
-
refresh: () => NodeJS.Timeout;
|
|
98
|
-
[Symbol.toPrimitive]: () => number;
|
|
99
|
-
[Symbol.dispose]: () => void;
|
|
100
|
-
ref: () => NodeJS.Timeout;
|
|
101
|
-
unref: () => NodeJS.Timeout;
|
|
102
|
-
};
|
|
103
|
-
}>;
|
|
104
|
-
lock: import("vue").Ref<{
|
|
105
|
-
slide: boolean;
|
|
106
|
-
slideIndex: boolean;
|
|
107
|
-
}>;
|
|
108
|
-
firstButton: import("vue").ComputedRef<"CaretLeftSolid8" | "CaretUpSolid8">;
|
|
109
|
-
secondButton: import("vue").ComputedRef<"CaretRightSolid8" | "CaretDownSolid8">;
|
|
110
|
-
slideLeftAnimation: import("vue").ComputedRef<string>;
|
|
111
|
-
slideRightAnimation: import("vue").ComputedRef<string>;
|
|
112
|
-
slideTopAnimation: import("vue").ComputedRef<string>;
|
|
113
|
-
slideBottomAnimation: import("vue").ComputedRef<string>;
|
|
114
|
-
autoPlayInit: () => number;
|
|
115
|
-
durationInit: () => void;
|
|
116
|
-
stylesInit: () => void;
|
|
117
|
-
slideNext: () => number;
|
|
118
|
-
slidePrev: () => number;
|
|
119
|
-
slideDelay: (direction: boolean, dis_duration: number) => Promise<unknown>;
|
|
120
|
-
slideIndex: (index: number) => Promise<number>;
|
|
121
|
-
};
|
|
122
|
-
export {};
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
import { EmitFn } from '@/types/components';
|
|
3
|
-
export declare const iconElementProps: {
|
|
4
|
-
value: {
|
|
5
|
-
type: PropType<string | Item>;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
fontSize: {
|
|
9
|
-
type: NumberConstructor;
|
|
10
|
-
default: number;
|
|
11
|
-
};
|
|
12
|
-
paddingWidth: {
|
|
13
|
-
type: NumberConstructor;
|
|
14
|
-
default: number;
|
|
15
|
-
};
|
|
16
|
-
iconButton: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
borderRadius: {
|
|
21
|
-
type: NumberConstructor;
|
|
22
|
-
default: number;
|
|
23
|
-
};
|
|
24
|
-
theme: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
disabled: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
lang: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export type IconElementProps = ExtractPropTypes<typeof iconElementProps>;
|
|
38
|
-
export declare const iconElementEmits: {};
|
|
39
|
-
export type IconElementEmits = typeof iconElementEmits;
|
|
40
|
-
export type Item = {
|
|
41
|
-
name?: string | Item;
|
|
42
|
-
color?: string;
|
|
43
|
-
position?: number;
|
|
44
|
-
};
|
|
45
|
-
export declare const useIconElement: (props: IconElementProps, emits: EmitFn<IconElementEmits>) => {
|
|
46
|
-
theme: import("vue").ComputedRef<string>;
|
|
47
|
-
iconList: import("vue").ComputedRef<Item[]>;
|
|
48
|
-
computeIconItem: (item: Item | string) => Item;
|
|
49
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/// <reference types="node" />
|
|
2
|
-
import { ExtractPropTypes } from 'vue';
|
|
3
|
-
import { EmitFn } from '@/types/components';
|
|
4
|
-
export declare const imageProps: {
|
|
5
|
-
src: {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default: string;
|
|
8
|
-
};
|
|
9
|
-
onlazy: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
};
|
|
13
|
-
theme: {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
};
|
|
17
|
-
disabled: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
lang: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export type ImageProps = ExtractPropTypes<typeof imageProps>;
|
|
27
|
-
export declare const imageEmits: {};
|
|
28
|
-
export type ImageEmits = typeof imageEmits;
|
|
29
|
-
export declare const useImage: (props: ImageProps, emits: EmitFn<ImageEmits>) => {
|
|
30
|
-
thisSrc: import("vue").Ref<string>;
|
|
31
|
-
status: import("vue").Ref<boolean>;
|
|
32
|
-
lazy: import("vue").Ref<boolean>;
|
|
33
|
-
lazyTimer: import("vue").Ref<number | NodeJS.Timeout>;
|
|
34
|
-
img: import("vue").Ref<HTMLElement>;
|
|
35
|
-
watchImgInit: () => void;
|
|
36
|
-
root: import("vue").Ref<HTMLElement>;
|
|
37
|
-
lazyInit: () => void;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
import { EmitFn } from '@/types/components';
|
|
3
|
-
export declare const imgProps: {
|
|
4
|
-
src: {
|
|
5
|
-
type: StringConstructor;
|
|
6
|
-
default: string;
|
|
7
|
-
};
|
|
8
|
-
onlazy: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
loadingColor: {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
onbackground: {
|
|
17
|
-
type: BooleanConstructor;
|
|
18
|
-
default: boolean;
|
|
19
|
-
};
|
|
20
|
-
theme: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
disabled: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
lang: {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export type ImgProps = ExtractPropTypes<typeof imgProps>;
|
|
34
|
-
export declare const imgEmits: {};
|
|
35
|
-
export type ImgEmits = typeof imgEmits;
|
|
36
|
-
export declare const useImg: (props: ImgProps, emits: EmitFn<ImgEmits>) => {
|
|
37
|
-
status: import("vue").Ref<string>;
|
|
38
|
-
};
|