@kengic/uni 0.3.2-beta.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/README.md +1 -0
- package/dist/index.css +1 -0
- package/dist/kengic-uni.js +1374 -0
- package/dist/src/components/index.d.ts +5 -0
- package/dist/src/components/uni-ui/uni-badge/uni-badge.vue.d.ts +108 -0
- package/dist/src/components/uni-ui/uni-breadcrumb/uni-breadcrumb.vue.d.ts +23 -0
- package/dist/src/components/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue.d.ts +30 -0
- package/dist/src/components/uni-ui/uni-calendar/calendar.d.ts +67 -0
- package/dist/src/components/uni-ui/uni-calendar/i18n/index.d.ts +39 -0
- package/dist/src/components/uni-ui/uni-calendar/uni-calendar-item.vue.d.ts +47 -0
- package/dist/src/components/uni-ui/uni-calendar/uni-calendar.vue.d.ts +166 -0
- package/dist/src/components/uni-ui/uni-calendar/util.d.ts +211 -0
- package/dist/src/components/uni-ui/uni-card/uni-card.vue.d.ts +117 -0
- package/dist/src/components/uni-ui/uni-col/uni-col.vue.d.ts +70 -0
- package/dist/src/components/uni-ui/uni-collapse/uni-collapse.vue.d.ts +45 -0
- package/dist/src/components/uni-ui/uni-collapse-item/uni-collapse-item.vue.d.ts +102 -0
- package/dist/src/components/uni-ui/uni-combox/uni-combox.vue.d.ts +95 -0
- package/dist/src/components/uni-ui/uni-countdown/i18n/index.d.ts +21 -0
- package/dist/src/components/uni-ui/uni-countdown/uni-countdown.vue.d.ts +158 -0
- package/dist/src/components/uni-ui/uni-data-checkbox/uni-data-checkbox.vue.d.ts +192 -0
- package/dist/src/components/uni-ui/uni-data-picker/uni-data-picker.vue.d.ts +267 -0
- package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-picker.d.ts +221 -0
- package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-pickerview.vue.d.ts +169 -0
- package/dist/src/components/uni-ui/uni-data-select/uni-data-select.vue.d.ts +125 -0
- package/dist/src/components/uni-ui/uni-dateformat/date-format.d.ts +6 -0
- package/dist/src/components/uni-ui/uni-dateformat/uni-dateformat.vue.d.ts +57 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/calendar-item.vue.d.ts +44 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/calendar.vue.d.ts +253 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/i18n/index.d.ts +69 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/time-picker.vue.d.ts +225 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/uni-datetime-picker.vue.d.ts +236 -0
- package/dist/src/components/uni-ui/uni-datetime-picker/util.d.ts +171 -0
- package/dist/src/components/uni-ui/uni-drawer/keypress.d.ts +14 -0
- package/dist/src/components/uni-ui/uni-drawer/uni-drawer.vue.d.ts +78 -0
- package/dist/src/components/uni-ui/uni-easyinput/uni-easyinput.vue.d.ts +269 -0
- package/dist/src/components/uni-ui/uni-fab/uni-fab.vue.d.ts +109 -0
- package/dist/src/components/uni-ui/uni-fav/i18n/index.d.ts +15 -0
- package/dist/src/components/uni-ui/uni-fav/uni-fav.vue.d.ts +99 -0
- package/dist/src/components/uni-ui/uni-file-picker/choose-and-upload-file.d.ts +4 -0
- package/dist/src/components/uni-ui/uni-file-picker/uni-file-picker.vue.d.ts +254 -0
- package/dist/src/components/uni-ui/uni-file-picker/upload-file.vue.d.ts +81 -0
- package/dist/src/components/uni-ui/uni-file-picker/upload-image.vue.d.ts +90 -0
- package/dist/src/components/uni-ui/uni-file-picker/utils.d.ts +22 -0
- package/dist/src/components/uni-ui/uni-forms/uni-forms.vue.d.ts +160 -0
- package/dist/src/components/uni-ui/uni-forms/utils.d.ts +20 -0
- package/dist/src/components/uni-ui/uni-forms/validate.d.ts +42 -0
- package/dist/src/components/uni-ui/uni-forms-item/uni-forms-item.vue.d.ts +127 -0
- package/dist/src/components/uni-ui/uni-goods-nav/i18n/index.d.ts +21 -0
- package/dist/src/components/uni-ui/uni-goods-nav/uni-goods-nav.vue.d.ts +61 -0
- package/dist/src/components/uni-ui/uni-grid/uni-grid.vue.d.ts +59 -0
- package/dist/src/components/uni-ui/uni-grid-item/uni-grid-item.vue.d.ts +26 -0
- package/dist/src/components/uni-ui/uni-group/uni-group.vue.d.ts +52 -0
- package/dist/src/components/uni-ui/uni-icons/icons.d.ts +15 -0
- package/dist/src/components/uni-ui/uni-icons/uni-icons.vue.d.ts +56 -0
- package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list-item.vue.d.ts +45 -0
- package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list.vue.d.ts +49 -0
- package/dist/src/components/uni-ui/uni-link/uni-link.vue.d.ts +75 -0
- package/dist/src/components/uni-ui/uni-list/uni-list.vue.d.ts +53 -0
- package/dist/src/components/uni-ui/uni-list/uni-refresh.vue.d.ts +22 -0
- package/dist/src/components/uni-ui/uni-list-ad/uni-list-ad.vue.d.ts +25 -0
- package/dist/src/components/uni-ui/uni-list-chat/uni-list-chat.vue.d.ts +123 -0
- package/dist/src/components/uni-ui/uni-list-item/uni-list-item.vue.d.ts +248 -0
- package/dist/src/components/uni-ui/uni-load-more/i18n/index.d.ts +18 -0
- package/dist/src/components/uni-ui/uni-load-more/uni-load-more.vue.d.ts +89 -0
- package/dist/src/components/uni-ui/uni-nav-bar/uni-nav-bar.vue.d.ts +163 -0
- package/dist/src/components/uni-ui/uni-nav-bar/uni-status-bar.vue.d.ts +4 -0
- package/dist/src/components/uni-ui/uni-notice-bar/uni-notice-bar.vue.d.ts +138 -0
- package/dist/src/components/uni-ui/uni-number-box/uni-number-box.vue.d.ts +90 -0
- package/dist/src/components/uni-ui/uni-pagination/i18n/index.d.ts +28 -0
- package/dist/src/components/uni-ui/uni-pagination/uni-pagination.vue.d.ts +127 -0
- package/dist/src/components/uni-ui/uni-popup/i18n/index.d.ts +24 -0
- package/dist/src/components/uni-ui/uni-popup/keypress.d.ts +14 -0
- package/dist/src/components/uni-ui/uni-popup/popup.d.ts +17 -0
- package/dist/src/components/uni-ui/uni-popup/uni-popup.vue.d.ts +136 -0
- package/dist/src/components/uni-ui/uni-popup-dialog/uni-popup-dialog.vue.d.ts +123 -0
- package/dist/src/components/uni-ui/uni-popup-message/uni-popup-message.vue.d.ts +67 -0
- package/dist/src/components/uni-ui/uni-popup-share/uni-popup-share.vue.d.ts +49 -0
- package/dist/src/components/uni-ui/uni-rate/uni-rate.vue.d.ts +154 -0
- package/dist/src/components/uni-ui/uni-row/uni-row.vue.d.ts +41 -0
- package/dist/src/components/uni-ui/uni-search-bar/i18n/index.d.ts +15 -0
- package/dist/src/components/uni-ui/uni-search-bar/uni-search-bar.vue.d.ts +126 -0
- package/dist/src/components/uni-ui/uni-section/uni-section.vue.d.ts +85 -0
- package/dist/src/components/uni-ui/uni-segmented-control/uni-segmented-control.vue.d.ts +47 -0
- package/dist/src/components/uni-ui/uni-steps/uni-steps.vue.d.ts +59 -0
- package/dist/src/components/uni-ui/uni-swipe-action/uni-swipe-action.vue.d.ts +6 -0
- package/dist/src/components/uni-ui/uni-swiper-dot/uni-swiper-dot.vue.d.ts +65 -0
- package/dist/src/components/uni-ui/uni-table/uni-table.vue.d.ts +99 -0
- package/dist/src/components/uni-ui/uni-tag/uni-tag.vue.d.ts +84 -0
- package/dist/src/components/uni-ui/uni-tbody/uni-tbody.vue.d.ts +2 -0
- package/dist/src/components/uni-ui/uni-td/uni-td.vue.d.ts +48 -0
- package/dist/src/components/uni-ui/uni-th/filter-dropdown.vue.d.ts +99 -0
- package/dist/src/components/uni-ui/uni-th/uni-th.vue.d.ts +97 -0
- package/dist/src/components/uni-ui/uni-thead/uni-thead.vue.d.ts +15 -0
- package/dist/src/components/uni-ui/uni-title/uni-title.vue.d.ts +54 -0
- package/dist/src/components/uni-ui/uni-tooltip/uni-tooltip.vue.d.ts +23 -0
- package/dist/src/components/uni-ui/uni-tr/table-checkbox.vue.d.ts +58 -0
- package/dist/src/components/uni-ui/uni-tr/uni-tr.vue.d.ts +39 -0
- package/dist/src/components/uni-ui/uni-transition/createAnimation.d.ts +16 -0
- package/dist/src/components/uni-ui/uni-transition/uni-transition.vue.d.ts +240 -0
- package/dist/src/consts/i18n/en.d.ts +45 -0
- package/dist/src/consts/i18n/index.d.ts +90 -0
- package/dist/src/consts/i18n/zh_CN.d.ts +45 -0
- package/dist/src/consts/index.d.ts +1 -0
- package/dist/src/helpers/tsx.helper.d.ts +13 -0
- package/dist/src/index.d.ts +3 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/src/utils/kg.util.d.ts +5 -0
- package/package.json +79 -0
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
/**
|
|
3
|
+
* 显示模式(左、右),只在初始化生效
|
|
4
|
+
*/
|
|
5
|
+
mode: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
/**
|
|
10
|
+
* 蒙层显示状态
|
|
11
|
+
*/
|
|
12
|
+
mask: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* 遮罩是否可点击关闭
|
|
18
|
+
*/
|
|
19
|
+
maskClick: {
|
|
20
|
+
type: BooleanConstructor;
|
|
21
|
+
default: boolean;
|
|
22
|
+
};
|
|
23
|
+
/**
|
|
24
|
+
* 抽屉宽度
|
|
25
|
+
*/
|
|
26
|
+
width: {
|
|
27
|
+
type: NumberConstructor;
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
}, any, {
|
|
31
|
+
visibleSync: boolean;
|
|
32
|
+
showDrawer: boolean;
|
|
33
|
+
rightMode: boolean;
|
|
34
|
+
watchTimer: null;
|
|
35
|
+
drawerWidth: number;
|
|
36
|
+
}, {}, {
|
|
37
|
+
clear(): void;
|
|
38
|
+
close(type: any): void;
|
|
39
|
+
open(): void;
|
|
40
|
+
_change(param1: any, param2: any, status: any): void;
|
|
41
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
42
|
+
/**
|
|
43
|
+
* 显示模式(左、右),只在初始化生效
|
|
44
|
+
*/
|
|
45
|
+
mode: {
|
|
46
|
+
type: StringConstructor;
|
|
47
|
+
default: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* 蒙层显示状态
|
|
51
|
+
*/
|
|
52
|
+
mask: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* 遮罩是否可点击关闭
|
|
58
|
+
*/
|
|
59
|
+
maskClick: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* 抽屉宽度
|
|
65
|
+
*/
|
|
66
|
+
width: {
|
|
67
|
+
type: NumberConstructor;
|
|
68
|
+
default: number;
|
|
69
|
+
};
|
|
70
|
+
}>> & {
|
|
71
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
72
|
+
}, {
|
|
73
|
+
width: number;
|
|
74
|
+
mask: boolean;
|
|
75
|
+
mode: string;
|
|
76
|
+
maskClick: boolean;
|
|
77
|
+
}>;
|
|
78
|
+
export default _default;
|
|
@@ -0,0 +1,269 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
name: StringConstructor;
|
|
3
|
+
value: (StringConstructor | NumberConstructor)[];
|
|
4
|
+
modelValue: (StringConstructor | NumberConstructor)[];
|
|
5
|
+
type: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: string;
|
|
8
|
+
};
|
|
9
|
+
clearable: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
autoHeight: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
placeholder: {
|
|
18
|
+
type: StringConstructor;
|
|
19
|
+
default: string;
|
|
20
|
+
};
|
|
21
|
+
placeholderStyle: StringConstructor;
|
|
22
|
+
focus: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
disabled: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
maxlength: {
|
|
31
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
confirmType: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
37
|
+
};
|
|
38
|
+
clearSize: {
|
|
39
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
inputBorder: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
prefixIcon: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
suffixIcon: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
default: string;
|
|
53
|
+
};
|
|
54
|
+
trim: {
|
|
55
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
cursorSpacing: {
|
|
59
|
+
type: NumberConstructor;
|
|
60
|
+
default: number;
|
|
61
|
+
};
|
|
62
|
+
passwordIcon: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
primaryColor: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
styles: {
|
|
71
|
+
type: ObjectConstructor;
|
|
72
|
+
default(): {
|
|
73
|
+
color: string;
|
|
74
|
+
backgroundColor: string;
|
|
75
|
+
disableColor: string;
|
|
76
|
+
borderColor: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
errorMessage: {
|
|
80
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
81
|
+
default: string;
|
|
82
|
+
};
|
|
83
|
+
}, any, {
|
|
84
|
+
focused: boolean;
|
|
85
|
+
val: string;
|
|
86
|
+
showMsg: string;
|
|
87
|
+
border: boolean;
|
|
88
|
+
isFirstBorder: boolean;
|
|
89
|
+
showClearIcon: boolean;
|
|
90
|
+
showPassword: boolean;
|
|
91
|
+
focusShow: boolean;
|
|
92
|
+
localMsg: string;
|
|
93
|
+
isEnter: boolean;
|
|
94
|
+
}, {
|
|
95
|
+
isVal(): boolean;
|
|
96
|
+
msg(): string | boolean;
|
|
97
|
+
inputMaxlength(): number;
|
|
98
|
+
boxStyle(): string;
|
|
99
|
+
inputContentClass(): string;
|
|
100
|
+
inputContentStyle(): string;
|
|
101
|
+
inputStyle(): string;
|
|
102
|
+
}, {
|
|
103
|
+
/**
|
|
104
|
+
* 初始化变量值
|
|
105
|
+
*/
|
|
106
|
+
init(): void;
|
|
107
|
+
/**
|
|
108
|
+
* 点击图标时触发
|
|
109
|
+
* @param {Object} type
|
|
110
|
+
*/
|
|
111
|
+
onClickIcon(type: Object): void;
|
|
112
|
+
/**
|
|
113
|
+
* 显示隐藏内容,密码框时生效
|
|
114
|
+
*/
|
|
115
|
+
onEyes(): void;
|
|
116
|
+
/**
|
|
117
|
+
* 输入时触发
|
|
118
|
+
* @param {Object} event
|
|
119
|
+
*/
|
|
120
|
+
onInput(event: Object): void;
|
|
121
|
+
/**
|
|
122
|
+
* 外部调用方法
|
|
123
|
+
* 获取焦点时触发
|
|
124
|
+
* @param {Object} event
|
|
125
|
+
*/
|
|
126
|
+
onFocus(): void;
|
|
127
|
+
_Focus(event: any): void;
|
|
128
|
+
/**
|
|
129
|
+
* 外部调用方法
|
|
130
|
+
* 失去焦点时触发
|
|
131
|
+
* @param {Object} event
|
|
132
|
+
*/
|
|
133
|
+
onBlur(): void;
|
|
134
|
+
_Blur(event: any): void;
|
|
135
|
+
/**
|
|
136
|
+
* 按下键盘的发送键
|
|
137
|
+
* @param {Object} e
|
|
138
|
+
*/
|
|
139
|
+
onConfirm(e: Object): void;
|
|
140
|
+
/**
|
|
141
|
+
* 清理内容
|
|
142
|
+
* @param {Object} event
|
|
143
|
+
*/
|
|
144
|
+
onClear(event: Object): void;
|
|
145
|
+
/**
|
|
146
|
+
* 键盘高度发生变化的时候触发此事件
|
|
147
|
+
* 兼容性:微信小程序2.7.0+、App 3.1.0+
|
|
148
|
+
* @param {Object} event
|
|
149
|
+
*/
|
|
150
|
+
onkeyboardheightchange(event: Object): void;
|
|
151
|
+
/**
|
|
152
|
+
* 去除空格
|
|
153
|
+
*/
|
|
154
|
+
trimStr(str: any, pos?: string): any;
|
|
155
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "change" | "confirm" | "input" | "update:modelValue" | "focus" | "blur" | "clear" | "iconClick" | "eyes" | "keyboardheightchange")[], "click" | "input" | "clear" | "change" | "confirm" | "update:modelValue" | "focus" | "blur" | "iconClick" | "eyes" | "keyboardheightchange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
156
|
+
name: StringConstructor;
|
|
157
|
+
value: (StringConstructor | NumberConstructor)[];
|
|
158
|
+
modelValue: (StringConstructor | NumberConstructor)[];
|
|
159
|
+
type: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: string;
|
|
162
|
+
};
|
|
163
|
+
clearable: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
autoHeight: {
|
|
168
|
+
type: BooleanConstructor;
|
|
169
|
+
default: boolean;
|
|
170
|
+
};
|
|
171
|
+
placeholder: {
|
|
172
|
+
type: StringConstructor;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
175
|
+
placeholderStyle: StringConstructor;
|
|
176
|
+
focus: {
|
|
177
|
+
type: BooleanConstructor;
|
|
178
|
+
default: boolean;
|
|
179
|
+
};
|
|
180
|
+
disabled: {
|
|
181
|
+
type: BooleanConstructor;
|
|
182
|
+
default: boolean;
|
|
183
|
+
};
|
|
184
|
+
maxlength: {
|
|
185
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
186
|
+
default: number;
|
|
187
|
+
};
|
|
188
|
+
confirmType: {
|
|
189
|
+
type: StringConstructor;
|
|
190
|
+
default: string;
|
|
191
|
+
};
|
|
192
|
+
clearSize: {
|
|
193
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
194
|
+
default: number;
|
|
195
|
+
};
|
|
196
|
+
inputBorder: {
|
|
197
|
+
type: BooleanConstructor;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
200
|
+
prefixIcon: {
|
|
201
|
+
type: StringConstructor;
|
|
202
|
+
default: string;
|
|
203
|
+
};
|
|
204
|
+
suffixIcon: {
|
|
205
|
+
type: StringConstructor;
|
|
206
|
+
default: string;
|
|
207
|
+
};
|
|
208
|
+
trim: {
|
|
209
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
210
|
+
default: boolean;
|
|
211
|
+
};
|
|
212
|
+
cursorSpacing: {
|
|
213
|
+
type: NumberConstructor;
|
|
214
|
+
default: number;
|
|
215
|
+
};
|
|
216
|
+
passwordIcon: {
|
|
217
|
+
type: BooleanConstructor;
|
|
218
|
+
default: boolean;
|
|
219
|
+
};
|
|
220
|
+
primaryColor: {
|
|
221
|
+
type: StringConstructor;
|
|
222
|
+
default: string;
|
|
223
|
+
};
|
|
224
|
+
styles: {
|
|
225
|
+
type: ObjectConstructor;
|
|
226
|
+
default(): {
|
|
227
|
+
color: string;
|
|
228
|
+
backgroundColor: string;
|
|
229
|
+
disableColor: string;
|
|
230
|
+
borderColor: string;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
233
|
+
errorMessage: {
|
|
234
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
235
|
+
default: string;
|
|
236
|
+
};
|
|
237
|
+
}>> & {
|
|
238
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
239
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
240
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
241
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
242
|
+
onInput?: ((...args: any[]) => any) | undefined;
|
|
243
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
244
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
245
|
+
onClear?: ((...args: any[]) => any) | undefined;
|
|
246
|
+
onIconClick?: ((...args: any[]) => any) | undefined;
|
|
247
|
+
onEyes?: ((...args: any[]) => any) | undefined;
|
|
248
|
+
onKeyboardheightchange?: ((...args: any[]) => any) | undefined;
|
|
249
|
+
}, {
|
|
250
|
+
type: string;
|
|
251
|
+
trim: string | boolean;
|
|
252
|
+
disabled: boolean;
|
|
253
|
+
placeholder: string;
|
|
254
|
+
focus: boolean;
|
|
255
|
+
styles: Record<string, any>;
|
|
256
|
+
errorMessage: string | boolean;
|
|
257
|
+
clearable: boolean;
|
|
258
|
+
autoHeight: boolean;
|
|
259
|
+
maxlength: string | number;
|
|
260
|
+
confirmType: string;
|
|
261
|
+
clearSize: string | number;
|
|
262
|
+
inputBorder: boolean;
|
|
263
|
+
prefixIcon: string;
|
|
264
|
+
suffixIcon: string;
|
|
265
|
+
cursorSpacing: number;
|
|
266
|
+
passwordIcon: boolean;
|
|
267
|
+
primaryColor: string;
|
|
268
|
+
}>;
|
|
269
|
+
export default _default;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
pattern: {
|
|
3
|
+
type: ObjectConstructor;
|
|
4
|
+
default(): {};
|
|
5
|
+
};
|
|
6
|
+
horizontal: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
vertical: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
direction: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
content: {
|
|
19
|
+
type: ArrayConstructor;
|
|
20
|
+
default(): never[];
|
|
21
|
+
};
|
|
22
|
+
show: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
popMenu: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
}, any, {
|
|
31
|
+
fabShow: boolean;
|
|
32
|
+
isShow: boolean;
|
|
33
|
+
isAndroidNvue: boolean;
|
|
34
|
+
styles: {
|
|
35
|
+
color: string;
|
|
36
|
+
selectedColor: string;
|
|
37
|
+
backgroundColor: string;
|
|
38
|
+
buttonColor: string;
|
|
39
|
+
iconColor: string;
|
|
40
|
+
icon: string;
|
|
41
|
+
};
|
|
42
|
+
}, {
|
|
43
|
+
contentWidth(e: any): string;
|
|
44
|
+
contentWidthMin(): "55px";
|
|
45
|
+
boxWidth(): string | boolean;
|
|
46
|
+
boxHeight(): string | boolean;
|
|
47
|
+
leftBottom(): string | boolean;
|
|
48
|
+
rightBottom(): string | boolean;
|
|
49
|
+
leftTop(): string | boolean;
|
|
50
|
+
rightTop(): string | boolean;
|
|
51
|
+
flexDirectionStart(): string | boolean;
|
|
52
|
+
flexDirectionEnd(): string | boolean;
|
|
53
|
+
horizontalLeft(): string | boolean;
|
|
54
|
+
horizontalRight(): string | boolean;
|
|
55
|
+
nvueBottom(): number;
|
|
56
|
+
}, {
|
|
57
|
+
_onClick(): void;
|
|
58
|
+
open(): void;
|
|
59
|
+
close(): void;
|
|
60
|
+
/**
|
|
61
|
+
* 按钮点击事件
|
|
62
|
+
*/
|
|
63
|
+
_onItemClick(index: any, item: any): void;
|
|
64
|
+
/**
|
|
65
|
+
* 获取 位置信息
|
|
66
|
+
*/
|
|
67
|
+
getPosition(types: any, paramA: any, paramB: any): string | boolean;
|
|
68
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("fabClick" | "trigger")[], "fabClick" | "trigger", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
69
|
+
pattern: {
|
|
70
|
+
type: ObjectConstructor;
|
|
71
|
+
default(): {};
|
|
72
|
+
};
|
|
73
|
+
horizontal: {
|
|
74
|
+
type: StringConstructor;
|
|
75
|
+
default: string;
|
|
76
|
+
};
|
|
77
|
+
vertical: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: string;
|
|
80
|
+
};
|
|
81
|
+
direction: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
content: {
|
|
86
|
+
type: ArrayConstructor;
|
|
87
|
+
default(): never[];
|
|
88
|
+
};
|
|
89
|
+
show: {
|
|
90
|
+
type: BooleanConstructor;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
popMenu: {
|
|
94
|
+
type: BooleanConstructor;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
}>> & {
|
|
98
|
+
onFabClick?: ((...args: any[]) => any) | undefined;
|
|
99
|
+
onTrigger?: ((...args: any[]) => any) | undefined;
|
|
100
|
+
}, {
|
|
101
|
+
pattern: Record<string, any>;
|
|
102
|
+
content: unknown[];
|
|
103
|
+
direction: string;
|
|
104
|
+
show: boolean;
|
|
105
|
+
horizontal: string;
|
|
106
|
+
vertical: string;
|
|
107
|
+
popMenu: boolean;
|
|
108
|
+
}>;
|
|
109
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
"uni-fav.collect": string;
|
|
4
|
+
"uni-fav.collected": string;
|
|
5
|
+
};
|
|
6
|
+
'zh-Hans': {
|
|
7
|
+
"uni-fav.collect": string;
|
|
8
|
+
"uni-fav.collected": string;
|
|
9
|
+
};
|
|
10
|
+
'zh-Hant': {
|
|
11
|
+
"uni-fav.collect": string;
|
|
12
|
+
"uni-fav.collected": string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
star: {
|
|
3
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
bgColor: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
fgColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
bgColorChecked: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
fgColorChecked: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
circle: {
|
|
23
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
checked: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
contentText: {
|
|
31
|
+
type: ObjectConstructor;
|
|
32
|
+
default(): {
|
|
33
|
+
contentDefault: string;
|
|
34
|
+
contentFav: string;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
stat: {
|
|
38
|
+
type: BooleanConstructor;
|
|
39
|
+
default: boolean;
|
|
40
|
+
};
|
|
41
|
+
}, any, any, {
|
|
42
|
+
contentDefault(): any;
|
|
43
|
+
contentFav(): any;
|
|
44
|
+
}, {
|
|
45
|
+
onClick(): void;
|
|
46
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
47
|
+
star: {
|
|
48
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
49
|
+
default: boolean;
|
|
50
|
+
};
|
|
51
|
+
bgColor: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
fgColor: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
bgColorChecked: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
fgColorChecked: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
circle: {
|
|
68
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
69
|
+
default: boolean;
|
|
70
|
+
};
|
|
71
|
+
checked: {
|
|
72
|
+
type: BooleanConstructor;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
contentText: {
|
|
76
|
+
type: ObjectConstructor;
|
|
77
|
+
default(): {
|
|
78
|
+
contentDefault: string;
|
|
79
|
+
contentFav: string;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
stat: {
|
|
83
|
+
type: BooleanConstructor;
|
|
84
|
+
default: boolean;
|
|
85
|
+
};
|
|
86
|
+
}>> & {
|
|
87
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
88
|
+
}, {
|
|
89
|
+
circle: string | boolean;
|
|
90
|
+
contentText: Record<string, any>;
|
|
91
|
+
checked: boolean;
|
|
92
|
+
star: string | boolean;
|
|
93
|
+
bgColor: string;
|
|
94
|
+
fgColor: string;
|
|
95
|
+
bgColorChecked: string;
|
|
96
|
+
fgColorChecked: string;
|
|
97
|
+
stat: boolean;
|
|
98
|
+
}>;
|
|
99
|
+
export default _default;
|