@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,127 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
rules: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): null;
|
|
5
|
+
};
|
|
6
|
+
name: {
|
|
7
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
required: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
label: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
labelWidth: {
|
|
19
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
labelAlign: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
errorMessage: {
|
|
27
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
28
|
+
default: string;
|
|
29
|
+
};
|
|
30
|
+
leftIcon: StringConstructor;
|
|
31
|
+
iconColor: {
|
|
32
|
+
type: StringConstructor;
|
|
33
|
+
default: string;
|
|
34
|
+
};
|
|
35
|
+
}, any, {
|
|
36
|
+
errMsg: string;
|
|
37
|
+
userRules: null;
|
|
38
|
+
localLabelAlign: string;
|
|
39
|
+
localLabelWidth: string;
|
|
40
|
+
localLabelPos: string;
|
|
41
|
+
border: boolean;
|
|
42
|
+
isFirstBorder: boolean;
|
|
43
|
+
}, {
|
|
44
|
+
msg(): string | true;
|
|
45
|
+
}, {
|
|
46
|
+
/**
|
|
47
|
+
* 外部调用方法
|
|
48
|
+
* 设置规则 ,主要用于小程序自定义检验规则
|
|
49
|
+
* @param {Array} rules 规则源数据
|
|
50
|
+
*/
|
|
51
|
+
setRules(rules?: any[]): void;
|
|
52
|
+
setValue(): void;
|
|
53
|
+
/**
|
|
54
|
+
* 外部调用方法
|
|
55
|
+
* 校验数据
|
|
56
|
+
* @param {any} value 需要校验的数据
|
|
57
|
+
* @param {boolean} 是否立即校验
|
|
58
|
+
* @return {Array|null} 校验内容
|
|
59
|
+
*/
|
|
60
|
+
onFieldChange(value: any, formtrigger?: boolean): any[] | null;
|
|
61
|
+
/**
|
|
62
|
+
* 初始组件数据
|
|
63
|
+
*/
|
|
64
|
+
init(type?: boolean): void;
|
|
65
|
+
unInit(): void;
|
|
66
|
+
itemSetValue(value: any): any;
|
|
67
|
+
/**
|
|
68
|
+
* 移除该表单项的校验结果
|
|
69
|
+
*/
|
|
70
|
+
clearValidate(): void;
|
|
71
|
+
_isRequired(): boolean;
|
|
72
|
+
_justifyContent(): "center" | "flex-end" | "flex-start";
|
|
73
|
+
_labelWidthUnit(labelWidth: any): any;
|
|
74
|
+
_labelPosition(): any;
|
|
75
|
+
/**
|
|
76
|
+
* 触发时机
|
|
77
|
+
* @param {Object} rule 当前规则内时机
|
|
78
|
+
* @param {Object} itemRlue 当前组件时机
|
|
79
|
+
* @param {Object} parentRule 父组件时机
|
|
80
|
+
*/
|
|
81
|
+
isTrigger(rule: Object, itemRlue: Object, parentRule: Object): "submit" | "bind";
|
|
82
|
+
num2px(num: any): any;
|
|
83
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
84
|
+
rules: {
|
|
85
|
+
type: ArrayConstructor;
|
|
86
|
+
default(): null;
|
|
87
|
+
};
|
|
88
|
+
name: {
|
|
89
|
+
type: (StringConstructor | ArrayConstructor)[];
|
|
90
|
+
default: string;
|
|
91
|
+
};
|
|
92
|
+
required: {
|
|
93
|
+
type: BooleanConstructor;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
96
|
+
label: {
|
|
97
|
+
type: StringConstructor;
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
labelWidth: {
|
|
101
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
102
|
+
default: string;
|
|
103
|
+
};
|
|
104
|
+
labelAlign: {
|
|
105
|
+
type: StringConstructor;
|
|
106
|
+
default: string;
|
|
107
|
+
};
|
|
108
|
+
errorMessage: {
|
|
109
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
110
|
+
default: string;
|
|
111
|
+
};
|
|
112
|
+
leftIcon: StringConstructor;
|
|
113
|
+
iconColor: {
|
|
114
|
+
type: StringConstructor;
|
|
115
|
+
default: string;
|
|
116
|
+
};
|
|
117
|
+
}>>, {
|
|
118
|
+
name: string | unknown[];
|
|
119
|
+
required: boolean;
|
|
120
|
+
label: string;
|
|
121
|
+
labelWidth: string | number;
|
|
122
|
+
errorMessage: string | boolean;
|
|
123
|
+
iconColor: string;
|
|
124
|
+
rules: unknown[];
|
|
125
|
+
labelAlign: string;
|
|
126
|
+
}>;
|
|
127
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
en: {
|
|
3
|
+
"uni-goods-nav.options.shop": string;
|
|
4
|
+
"uni-goods-nav.options.cart": string;
|
|
5
|
+
"uni-goods-nav.buttonGroup.addToCart": string;
|
|
6
|
+
"uni-goods-nav.buttonGroup.buyNow": string;
|
|
7
|
+
};
|
|
8
|
+
'zh-Hans': {
|
|
9
|
+
"uni-goods-nav.options.shop": string;
|
|
10
|
+
"uni-goods-nav.options.cart": string;
|
|
11
|
+
"uni-goods-nav.buttonGroup.addToCart": string;
|
|
12
|
+
"uni-goods-nav.buttonGroup.buyNow": string;
|
|
13
|
+
};
|
|
14
|
+
'zh-Hant': {
|
|
15
|
+
"uni-goods-nav.options.shop": string;
|
|
16
|
+
"uni-goods-nav.options.cart": string;
|
|
17
|
+
"uni-goods-nav.buttonGroup.addToCart": string;
|
|
18
|
+
"uni-goods-nav.buttonGroup.buyNow": string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): {
|
|
5
|
+
icon: string;
|
|
6
|
+
text: any;
|
|
7
|
+
}[];
|
|
8
|
+
};
|
|
9
|
+
buttonGroup: {
|
|
10
|
+
type: ArrayConstructor;
|
|
11
|
+
default(): {
|
|
12
|
+
text: any;
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
fill: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
stat: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
}, any, any, {}, {
|
|
26
|
+
onClick(index: any, item: any): void;
|
|
27
|
+
buttonClick(index: any, item: any): void;
|
|
28
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("click" | "buttonClick")[], "click" | "buttonClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29
|
+
options: {
|
|
30
|
+
type: ArrayConstructor;
|
|
31
|
+
default(): {
|
|
32
|
+
icon: string;
|
|
33
|
+
text: any;
|
|
34
|
+
}[];
|
|
35
|
+
};
|
|
36
|
+
buttonGroup: {
|
|
37
|
+
type: ArrayConstructor;
|
|
38
|
+
default(): {
|
|
39
|
+
text: any;
|
|
40
|
+
backgroundColor: string;
|
|
41
|
+
color: string;
|
|
42
|
+
}[];
|
|
43
|
+
};
|
|
44
|
+
fill: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
default: boolean;
|
|
47
|
+
};
|
|
48
|
+
stat: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
}>> & {
|
|
53
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
54
|
+
onButtonClick?: ((...args: any[]) => any) | undefined;
|
|
55
|
+
}, {
|
|
56
|
+
fill: boolean;
|
|
57
|
+
options: unknown[];
|
|
58
|
+
stat: boolean;
|
|
59
|
+
buttonGroup: unknown[];
|
|
60
|
+
}>;
|
|
61
|
+
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
column: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
showBorder: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
borderColor: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
square: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
highlight: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}, any, {
|
|
23
|
+
elId: string;
|
|
24
|
+
width: number;
|
|
25
|
+
}, {}, {
|
|
26
|
+
init(): void;
|
|
27
|
+
change(e: any): void;
|
|
28
|
+
_getSize(fn: any): void;
|
|
29
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
30
|
+
column: {
|
|
31
|
+
type: NumberConstructor;
|
|
32
|
+
default: number;
|
|
33
|
+
};
|
|
34
|
+
showBorder: {
|
|
35
|
+
type: BooleanConstructor;
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
borderColor: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
square: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
highlight: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
}>> & {
|
|
51
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
52
|
+
}, {
|
|
53
|
+
borderColor: string;
|
|
54
|
+
column: number;
|
|
55
|
+
showBorder: boolean;
|
|
56
|
+
square: boolean;
|
|
57
|
+
highlight: boolean;
|
|
58
|
+
}>;
|
|
59
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
index: {
|
|
3
|
+
type: NumberConstructor;
|
|
4
|
+
default: number;
|
|
5
|
+
};
|
|
6
|
+
}, any, {
|
|
7
|
+
column: number;
|
|
8
|
+
showBorder: boolean;
|
|
9
|
+
square: boolean;
|
|
10
|
+
highlight: boolean;
|
|
11
|
+
left: number;
|
|
12
|
+
top: number;
|
|
13
|
+
openNum: number;
|
|
14
|
+
width: number;
|
|
15
|
+
borderColor: string;
|
|
16
|
+
}, {}, {
|
|
17
|
+
_onClick(): void;
|
|
18
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
+
index: {
|
|
20
|
+
type: NumberConstructor;
|
|
21
|
+
default: number;
|
|
22
|
+
};
|
|
23
|
+
}>>, {
|
|
24
|
+
index: number;
|
|
25
|
+
}>;
|
|
26
|
+
export default _default;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
top: {
|
|
7
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
mode: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
stat: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, any, {
|
|
19
|
+
margin: boolean;
|
|
20
|
+
border: boolean;
|
|
21
|
+
}, {}, {
|
|
22
|
+
/**
|
|
23
|
+
* 获取父元素实例
|
|
24
|
+
*/
|
|
25
|
+
getForm(): false | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
26
|
+
onClick(): void;
|
|
27
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
title: {
|
|
29
|
+
type: StringConstructor;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
top: {
|
|
33
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
34
|
+
default: number;
|
|
35
|
+
};
|
|
36
|
+
mode: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
stat: {
|
|
41
|
+
type: BooleanConstructor;
|
|
42
|
+
default: boolean;
|
|
43
|
+
};
|
|
44
|
+
}>> & {
|
|
45
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
46
|
+
}, {
|
|
47
|
+
title: string;
|
|
48
|
+
top: string | number;
|
|
49
|
+
mode: string;
|
|
50
|
+
stat: boolean;
|
|
51
|
+
}>;
|
|
52
|
+
export default _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
const id: string;
|
|
3
|
+
const name: string;
|
|
4
|
+
const font_family: string;
|
|
5
|
+
const css_prefix_text: string;
|
|
6
|
+
const description: string;
|
|
7
|
+
const glyphs: {
|
|
8
|
+
icon_id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
font_class: string;
|
|
11
|
+
unicode: string;
|
|
12
|
+
unicode_decimal: number;
|
|
13
|
+
}[];
|
|
14
|
+
}
|
|
15
|
+
export default _default;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
type: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
color: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
size: {
|
|
11
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
12
|
+
default: number;
|
|
13
|
+
};
|
|
14
|
+
customPrefix: {
|
|
15
|
+
type: StringConstructor;
|
|
16
|
+
default: string;
|
|
17
|
+
};
|
|
18
|
+
}, any, {
|
|
19
|
+
icons: {
|
|
20
|
+
icon_id: string;
|
|
21
|
+
name: string;
|
|
22
|
+
font_class: string;
|
|
23
|
+
unicode: string;
|
|
24
|
+
unicode_decimal: number;
|
|
25
|
+
}[];
|
|
26
|
+
}, {
|
|
27
|
+
unicode(): string;
|
|
28
|
+
iconSize(): any;
|
|
29
|
+
}, {
|
|
30
|
+
_onClick(): void;
|
|
31
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
type: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
color: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: string;
|
|
39
|
+
};
|
|
40
|
+
size: {
|
|
41
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
42
|
+
default: number;
|
|
43
|
+
};
|
|
44
|
+
customPrefix: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: string;
|
|
47
|
+
};
|
|
48
|
+
}>> & {
|
|
49
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
50
|
+
}, {
|
|
51
|
+
type: string;
|
|
52
|
+
size: string | number;
|
|
53
|
+
color: string;
|
|
54
|
+
customPrefix: string;
|
|
55
|
+
}>;
|
|
56
|
+
export default _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
loaded: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
idx: {
|
|
7
|
+
type: NumberConstructor;
|
|
8
|
+
default: number;
|
|
9
|
+
};
|
|
10
|
+
list: {
|
|
11
|
+
type: ObjectConstructor;
|
|
12
|
+
default(): {};
|
|
13
|
+
};
|
|
14
|
+
showSelect: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
}, any, any, {}, {
|
|
19
|
+
onClick(idx: any, index: any): void;
|
|
20
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "itemClick"[], "itemClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
21
|
+
loaded: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
default: boolean;
|
|
24
|
+
};
|
|
25
|
+
idx: {
|
|
26
|
+
type: NumberConstructor;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
list: {
|
|
30
|
+
type: ObjectConstructor;
|
|
31
|
+
default(): {};
|
|
32
|
+
};
|
|
33
|
+
showSelect: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
default: boolean;
|
|
36
|
+
};
|
|
37
|
+
}>> & {
|
|
38
|
+
onItemClick?: ((...args: any[]) => any) | undefined;
|
|
39
|
+
}, {
|
|
40
|
+
list: Record<string, any>;
|
|
41
|
+
loaded: boolean;
|
|
42
|
+
idx: number;
|
|
43
|
+
showSelect: boolean;
|
|
44
|
+
}>;
|
|
45
|
+
export default _default;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
options: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
default(): never[];
|
|
5
|
+
};
|
|
6
|
+
showSelect: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, any, {
|
|
11
|
+
lists: never[];
|
|
12
|
+
winHeight: number;
|
|
13
|
+
itemHeight: number;
|
|
14
|
+
winOffsetY: number;
|
|
15
|
+
touchmove: boolean;
|
|
16
|
+
touchmoveIndex: number;
|
|
17
|
+
scrollViewId: string;
|
|
18
|
+
touchmovable: boolean;
|
|
19
|
+
loaded: boolean;
|
|
20
|
+
isPC: boolean;
|
|
21
|
+
}, {}, {
|
|
22
|
+
setList(): void;
|
|
23
|
+
touchStart(e: any): void;
|
|
24
|
+
touchMove(e: any): false | undefined;
|
|
25
|
+
touchEnd(): void;
|
|
26
|
+
/**
|
|
27
|
+
* 兼容 PC @tian
|
|
28
|
+
*/
|
|
29
|
+
mousedown(e: any): void;
|
|
30
|
+
mousemove(e: any): void;
|
|
31
|
+
mouseleave(e: any): void;
|
|
32
|
+
IsPC(): boolean;
|
|
33
|
+
onClick(e: any): void;
|
|
34
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
|
+
options: {
|
|
36
|
+
type: ArrayConstructor;
|
|
37
|
+
default(): never[];
|
|
38
|
+
};
|
|
39
|
+
showSelect: {
|
|
40
|
+
type: BooleanConstructor;
|
|
41
|
+
default: boolean;
|
|
42
|
+
};
|
|
43
|
+
}>> & {
|
|
44
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
45
|
+
}, {
|
|
46
|
+
options: unknown[];
|
|
47
|
+
showSelect: boolean;
|
|
48
|
+
}>;
|
|
49
|
+
export default _default;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
href: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
text: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
download: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
showUnderLine: {
|
|
15
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
copyTips: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
color: {
|
|
23
|
+
type: StringConstructor;
|
|
24
|
+
default: string;
|
|
25
|
+
};
|
|
26
|
+
fontSize: {
|
|
27
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
28
|
+
default: number;
|
|
29
|
+
};
|
|
30
|
+
}, any, any, {
|
|
31
|
+
isShowA(): boolean;
|
|
32
|
+
}, {
|
|
33
|
+
isMail(): any;
|
|
34
|
+
isTel(): any;
|
|
35
|
+
openURL(): void;
|
|
36
|
+
makePhoneCall(phoneNumber: any): void;
|
|
37
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
38
|
+
href: {
|
|
39
|
+
type: StringConstructor;
|
|
40
|
+
default: string;
|
|
41
|
+
};
|
|
42
|
+
text: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
default: string;
|
|
45
|
+
};
|
|
46
|
+
download: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
50
|
+
showUnderLine: {
|
|
51
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
copyTips: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: string;
|
|
57
|
+
};
|
|
58
|
+
color: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: string;
|
|
61
|
+
};
|
|
62
|
+
fontSize: {
|
|
63
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
64
|
+
default: number;
|
|
65
|
+
};
|
|
66
|
+
}>>, {
|
|
67
|
+
text: string;
|
|
68
|
+
color: string;
|
|
69
|
+
fontSize: string | number;
|
|
70
|
+
download: string;
|
|
71
|
+
href: string;
|
|
72
|
+
showUnderLine: string | boolean;
|
|
73
|
+
copyTips: string;
|
|
74
|
+
}>;
|
|
75
|
+
export default _default;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
stackFromEnd: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
default: boolean;
|
|
5
|
+
};
|
|
6
|
+
enableBackToTop: {
|
|
7
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
scrollY: {
|
|
11
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
border: {
|
|
15
|
+
type: BooleanConstructor;
|
|
16
|
+
default: boolean;
|
|
17
|
+
};
|
|
18
|
+
renderReverse: {
|
|
19
|
+
type: BooleanConstructor;
|
|
20
|
+
default: boolean;
|
|
21
|
+
};
|
|
22
|
+
}, any, any, {}, {
|
|
23
|
+
loadMore(e: any): void;
|
|
24
|
+
scroll(e: any): void;
|
|
25
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
26
|
+
stackFromEnd: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
enableBackToTop: {
|
|
31
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
32
|
+
default: boolean;
|
|
33
|
+
};
|
|
34
|
+
scrollY: {
|
|
35
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
border: {
|
|
39
|
+
type: BooleanConstructor;
|
|
40
|
+
default: boolean;
|
|
41
|
+
};
|
|
42
|
+
renderReverse: {
|
|
43
|
+
type: BooleanConstructor;
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
}>>, {
|
|
47
|
+
border: boolean;
|
|
48
|
+
stackFromEnd: boolean;
|
|
49
|
+
enableBackToTop: string | boolean;
|
|
50
|
+
scrollY: string | boolean;
|
|
51
|
+
renderReverse: boolean;
|
|
52
|
+
}>;
|
|
53
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
display: {
|
|
3
|
+
type: StringConstructor[];
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, any, {
|
|
7
|
+
pulling: boolean;
|
|
8
|
+
}, {
|
|
9
|
+
isShow(): boolean;
|
|
10
|
+
}, {
|
|
11
|
+
onchange(value: any): void;
|
|
12
|
+
onrefresh(e: any): void;
|
|
13
|
+
onpullingdown(e: any): void;
|
|
14
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
+
display: {
|
|
16
|
+
type: StringConstructor[];
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
display: string;
|
|
21
|
+
}>;
|
|
22
|
+
export default _default;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
title: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
}, any, {
|
|
7
|
+
isFirstChild: boolean;
|
|
8
|
+
border: boolean;
|
|
9
|
+
borderShow: boolean;
|
|
10
|
+
}, {}, {
|
|
11
|
+
/**
|
|
12
|
+
* 获取父元素实例
|
|
13
|
+
*/
|
|
14
|
+
getForm(name?: string): false | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}> | null;
|
|
15
|
+
aderror(e: any): void;
|
|
16
|
+
closeAd(e: any): void;
|
|
17
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
18
|
+
title: {
|
|
19
|
+
type: StringConstructor;
|
|
20
|
+
default: string;
|
|
21
|
+
};
|
|
22
|
+
}>>, {
|
|
23
|
+
title: string;
|
|
24
|
+
}>;
|
|
25
|
+
export default _default;
|