@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.
Files changed (108) hide show
  1. package/README.md +1 -0
  2. package/dist/index.css +1 -0
  3. package/dist/kengic-uni.js +1374 -0
  4. package/dist/src/components/index.d.ts +5 -0
  5. package/dist/src/components/uni-ui/uni-badge/uni-badge.vue.d.ts +108 -0
  6. package/dist/src/components/uni-ui/uni-breadcrumb/uni-breadcrumb.vue.d.ts +23 -0
  7. package/dist/src/components/uni-ui/uni-breadcrumb-item/uni-breadcrumb-item.vue.d.ts +30 -0
  8. package/dist/src/components/uni-ui/uni-calendar/calendar.d.ts +67 -0
  9. package/dist/src/components/uni-ui/uni-calendar/i18n/index.d.ts +39 -0
  10. package/dist/src/components/uni-ui/uni-calendar/uni-calendar-item.vue.d.ts +47 -0
  11. package/dist/src/components/uni-ui/uni-calendar/uni-calendar.vue.d.ts +166 -0
  12. package/dist/src/components/uni-ui/uni-calendar/util.d.ts +211 -0
  13. package/dist/src/components/uni-ui/uni-card/uni-card.vue.d.ts +117 -0
  14. package/dist/src/components/uni-ui/uni-col/uni-col.vue.d.ts +70 -0
  15. package/dist/src/components/uni-ui/uni-collapse/uni-collapse.vue.d.ts +45 -0
  16. package/dist/src/components/uni-ui/uni-collapse-item/uni-collapse-item.vue.d.ts +102 -0
  17. package/dist/src/components/uni-ui/uni-combox/uni-combox.vue.d.ts +95 -0
  18. package/dist/src/components/uni-ui/uni-countdown/i18n/index.d.ts +21 -0
  19. package/dist/src/components/uni-ui/uni-countdown/uni-countdown.vue.d.ts +158 -0
  20. package/dist/src/components/uni-ui/uni-data-checkbox/uni-data-checkbox.vue.d.ts +192 -0
  21. package/dist/src/components/uni-ui/uni-data-picker/uni-data-picker.vue.d.ts +267 -0
  22. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-picker.d.ts +221 -0
  23. package/dist/src/components/uni-ui/uni-data-pickerview/uni-data-pickerview.vue.d.ts +169 -0
  24. package/dist/src/components/uni-ui/uni-data-select/uni-data-select.vue.d.ts +125 -0
  25. package/dist/src/components/uni-ui/uni-dateformat/date-format.d.ts +6 -0
  26. package/dist/src/components/uni-ui/uni-dateformat/uni-dateformat.vue.d.ts +57 -0
  27. package/dist/src/components/uni-ui/uni-datetime-picker/calendar-item.vue.d.ts +44 -0
  28. package/dist/src/components/uni-ui/uni-datetime-picker/calendar.vue.d.ts +253 -0
  29. package/dist/src/components/uni-ui/uni-datetime-picker/i18n/index.d.ts +69 -0
  30. package/dist/src/components/uni-ui/uni-datetime-picker/time-picker.vue.d.ts +225 -0
  31. package/dist/src/components/uni-ui/uni-datetime-picker/uni-datetime-picker.vue.d.ts +236 -0
  32. package/dist/src/components/uni-ui/uni-datetime-picker/util.d.ts +171 -0
  33. package/dist/src/components/uni-ui/uni-drawer/keypress.d.ts +14 -0
  34. package/dist/src/components/uni-ui/uni-drawer/uni-drawer.vue.d.ts +78 -0
  35. package/dist/src/components/uni-ui/uni-easyinput/uni-easyinput.vue.d.ts +269 -0
  36. package/dist/src/components/uni-ui/uni-fab/uni-fab.vue.d.ts +109 -0
  37. package/dist/src/components/uni-ui/uni-fav/i18n/index.d.ts +15 -0
  38. package/dist/src/components/uni-ui/uni-fav/uni-fav.vue.d.ts +99 -0
  39. package/dist/src/components/uni-ui/uni-file-picker/choose-and-upload-file.d.ts +4 -0
  40. package/dist/src/components/uni-ui/uni-file-picker/uni-file-picker.vue.d.ts +254 -0
  41. package/dist/src/components/uni-ui/uni-file-picker/upload-file.vue.d.ts +81 -0
  42. package/dist/src/components/uni-ui/uni-file-picker/upload-image.vue.d.ts +90 -0
  43. package/dist/src/components/uni-ui/uni-file-picker/utils.d.ts +22 -0
  44. package/dist/src/components/uni-ui/uni-forms/uni-forms.vue.d.ts +160 -0
  45. package/dist/src/components/uni-ui/uni-forms/utils.d.ts +20 -0
  46. package/dist/src/components/uni-ui/uni-forms/validate.d.ts +42 -0
  47. package/dist/src/components/uni-ui/uni-forms-item/uni-forms-item.vue.d.ts +127 -0
  48. package/dist/src/components/uni-ui/uni-goods-nav/i18n/index.d.ts +21 -0
  49. package/dist/src/components/uni-ui/uni-goods-nav/uni-goods-nav.vue.d.ts +61 -0
  50. package/dist/src/components/uni-ui/uni-grid/uni-grid.vue.d.ts +59 -0
  51. package/dist/src/components/uni-ui/uni-grid-item/uni-grid-item.vue.d.ts +26 -0
  52. package/dist/src/components/uni-ui/uni-group/uni-group.vue.d.ts +52 -0
  53. package/dist/src/components/uni-ui/uni-icons/icons.d.ts +15 -0
  54. package/dist/src/components/uni-ui/uni-icons/uni-icons.vue.d.ts +56 -0
  55. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list-item.vue.d.ts +45 -0
  56. package/dist/src/components/uni-ui/uni-indexed-list/uni-indexed-list.vue.d.ts +49 -0
  57. package/dist/src/components/uni-ui/uni-link/uni-link.vue.d.ts +75 -0
  58. package/dist/src/components/uni-ui/uni-list/uni-list.vue.d.ts +53 -0
  59. package/dist/src/components/uni-ui/uni-list/uni-refresh.vue.d.ts +22 -0
  60. package/dist/src/components/uni-ui/uni-list-ad/uni-list-ad.vue.d.ts +25 -0
  61. package/dist/src/components/uni-ui/uni-list-chat/uni-list-chat.vue.d.ts +123 -0
  62. package/dist/src/components/uni-ui/uni-list-item/uni-list-item.vue.d.ts +248 -0
  63. package/dist/src/components/uni-ui/uni-load-more/i18n/index.d.ts +18 -0
  64. package/dist/src/components/uni-ui/uni-load-more/uni-load-more.vue.d.ts +89 -0
  65. package/dist/src/components/uni-ui/uni-nav-bar/uni-nav-bar.vue.d.ts +163 -0
  66. package/dist/src/components/uni-ui/uni-nav-bar/uni-status-bar.vue.d.ts +4 -0
  67. package/dist/src/components/uni-ui/uni-notice-bar/uni-notice-bar.vue.d.ts +138 -0
  68. package/dist/src/components/uni-ui/uni-number-box/uni-number-box.vue.d.ts +90 -0
  69. package/dist/src/components/uni-ui/uni-pagination/i18n/index.d.ts +28 -0
  70. package/dist/src/components/uni-ui/uni-pagination/uni-pagination.vue.d.ts +127 -0
  71. package/dist/src/components/uni-ui/uni-popup/i18n/index.d.ts +24 -0
  72. package/dist/src/components/uni-ui/uni-popup/keypress.d.ts +14 -0
  73. package/dist/src/components/uni-ui/uni-popup/popup.d.ts +17 -0
  74. package/dist/src/components/uni-ui/uni-popup/uni-popup.vue.d.ts +136 -0
  75. package/dist/src/components/uni-ui/uni-popup-dialog/uni-popup-dialog.vue.d.ts +123 -0
  76. package/dist/src/components/uni-ui/uni-popup-message/uni-popup-message.vue.d.ts +67 -0
  77. package/dist/src/components/uni-ui/uni-popup-share/uni-popup-share.vue.d.ts +49 -0
  78. package/dist/src/components/uni-ui/uni-rate/uni-rate.vue.d.ts +154 -0
  79. package/dist/src/components/uni-ui/uni-row/uni-row.vue.d.ts +41 -0
  80. package/dist/src/components/uni-ui/uni-search-bar/i18n/index.d.ts +15 -0
  81. package/dist/src/components/uni-ui/uni-search-bar/uni-search-bar.vue.d.ts +126 -0
  82. package/dist/src/components/uni-ui/uni-section/uni-section.vue.d.ts +85 -0
  83. package/dist/src/components/uni-ui/uni-segmented-control/uni-segmented-control.vue.d.ts +47 -0
  84. package/dist/src/components/uni-ui/uni-steps/uni-steps.vue.d.ts +59 -0
  85. package/dist/src/components/uni-ui/uni-swipe-action/uni-swipe-action.vue.d.ts +6 -0
  86. package/dist/src/components/uni-ui/uni-swiper-dot/uni-swiper-dot.vue.d.ts +65 -0
  87. package/dist/src/components/uni-ui/uni-table/uni-table.vue.d.ts +99 -0
  88. package/dist/src/components/uni-ui/uni-tag/uni-tag.vue.d.ts +84 -0
  89. package/dist/src/components/uni-ui/uni-tbody/uni-tbody.vue.d.ts +2 -0
  90. package/dist/src/components/uni-ui/uni-td/uni-td.vue.d.ts +48 -0
  91. package/dist/src/components/uni-ui/uni-th/filter-dropdown.vue.d.ts +99 -0
  92. package/dist/src/components/uni-ui/uni-th/uni-th.vue.d.ts +97 -0
  93. package/dist/src/components/uni-ui/uni-thead/uni-thead.vue.d.ts +15 -0
  94. package/dist/src/components/uni-ui/uni-title/uni-title.vue.d.ts +54 -0
  95. package/dist/src/components/uni-ui/uni-tooltip/uni-tooltip.vue.d.ts +23 -0
  96. package/dist/src/components/uni-ui/uni-tr/table-checkbox.vue.d.ts +58 -0
  97. package/dist/src/components/uni-ui/uni-tr/uni-tr.vue.d.ts +39 -0
  98. package/dist/src/components/uni-ui/uni-transition/createAnimation.d.ts +16 -0
  99. package/dist/src/components/uni-ui/uni-transition/uni-transition.vue.d.ts +240 -0
  100. package/dist/src/consts/i18n/en.d.ts +45 -0
  101. package/dist/src/consts/i18n/index.d.ts +90 -0
  102. package/dist/src/consts/i18n/zh_CN.d.ts +45 -0
  103. package/dist/src/consts/index.d.ts +1 -0
  104. package/dist/src/helpers/tsx.helper.d.ts +13 -0
  105. package/dist/src/index.d.ts +3 -0
  106. package/dist/src/utils/index.d.ts +1 -0
  107. package/dist/src/utils/kg.util.d.ts +5 -0
  108. 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;
@@ -0,0 +1,4 @@
1
+ export function chooseAndUploadFile(opts?: {
2
+ type: string;
3
+ }): any;
4
+ export function uploadCloudFiles(files: any, max: number | undefined, onUploadProgress: any): Promise<any>;