@antscorp/ama-ui 0.0.19 → 0.0.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/ama-ui.es.js +1709 -1503
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +41 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { ActionSheet } from 'antd-mobile';
|
|
2
|
+
import { ActionSheetProps as ActionSheetProps_2 } from 'antd-mobile';
|
|
1
3
|
import { AutoCenter } from 'antd-mobile';
|
|
2
4
|
import { AutoCenterProps } from 'antd-mobile';
|
|
3
5
|
import { AvatarProps as AvatarProps_2 } from 'antd-mobile';
|
|
@@ -13,6 +15,7 @@ import { ConfigProviderProps as ConfigProviderProps_2 } from 'antd-mobile';
|
|
|
13
15
|
import { DatePickerProps as DatePickerProps_2 } from 'antd-mobile';
|
|
14
16
|
import { default as default_2 } from 'react';
|
|
15
17
|
import { DividerProps as DividerProps_2 } from 'antd-mobile';
|
|
18
|
+
import { DotLoadingProps as DotLoadingProps_2 } from 'antd-mobile';
|
|
16
19
|
import { EllipsisProps as EllipsisProps_2 } from 'antd-mobile';
|
|
17
20
|
import { ErrorBlockProps as ErrorBlockProps_2 } from 'antd-mobile';
|
|
18
21
|
import { FloatingPanelProps as FloatingPanelProps_2 } from 'antd-mobile';
|
|
@@ -25,17 +28,20 @@ import { ImageViewerProps as ImageViewerProps_2 } from 'antd-mobile';
|
|
|
25
28
|
import { IndexBar as IndexBar_2 } from 'antd-mobile';
|
|
26
29
|
import { IndexBarProps as IndexBarProps_2 } from 'antd-mobile';
|
|
27
30
|
import { IndexBarRef as IndexBarRef_2 } from 'antd-mobile';
|
|
31
|
+
import { InfiniteScrollProps as InfiniteScrollProps_2 } from 'antd-mobile';
|
|
28
32
|
import { InputProps as InputProps_2 } from 'antd-mobile';
|
|
29
33
|
import { JumboTabs as JumboTabs_2 } from 'antd-mobile';
|
|
30
34
|
import { JumboTabsProps as JumboTabsProps_2 } from 'antd-mobile';
|
|
31
35
|
import { List as List_2 } from 'antd-mobile';
|
|
32
36
|
import { ListProps as ListProps_2 } from 'antd-mobile';
|
|
33
37
|
import { NavBarProps as NavBarProps_2 } from 'antd-mobile';
|
|
38
|
+
import { PullToRefreshProps as PullToRefreshProps_2 } from 'antd-mobile';
|
|
34
39
|
import { RefAttributes } from 'react';
|
|
35
40
|
import { SafeAreaProps as SafeAreaProps_2 } from 'antd-mobile';
|
|
36
41
|
import { SideBar as SideBar_2 } from 'antd-mobile';
|
|
37
42
|
import { SideBarProps as SideBarProps_2 } from 'antd-mobile';
|
|
38
43
|
import { SpaceProps as SpaceProps_2 } from 'antd-mobile';
|
|
44
|
+
import { SpinLoadingProps as SpinLoadingProps_2 } from 'antd-mobile';
|
|
39
45
|
import { Swiper as Swiper_2 } from 'antd-mobile';
|
|
40
46
|
import { SwiperProps as SwiperProps_2 } from 'antd-mobile';
|
|
41
47
|
import { TabBar as TabBar_2 } from 'antd-mobile';
|
|
@@ -46,6 +52,13 @@ import { Toast } from 'antd-mobile';
|
|
|
46
52
|
import { ToastHandler } from 'antd-mobile/es/components/toast';
|
|
47
53
|
import { ToastShowProps } from 'antd-mobile';
|
|
48
54
|
|
|
55
|
+
export { ActionSheet }
|
|
56
|
+
|
|
57
|
+
export declare interface ActionSheetProps extends ActionSheetProps_2 {
|
|
58
|
+
/** An optional prop */
|
|
59
|
+
optional?: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
49
62
|
export { AutoCenter }
|
|
50
63
|
|
|
51
64
|
export { AutoCenterProps }
|
|
@@ -121,6 +134,13 @@ export declare interface DividerProps extends DividerProps_2 {
|
|
|
121
134
|
optional?: string;
|
|
122
135
|
}
|
|
123
136
|
|
|
137
|
+
export declare const DotLoading: default_2.FC<DotLoadingProps>;
|
|
138
|
+
|
|
139
|
+
export declare interface DotLoadingProps extends DotLoadingProps_2 {
|
|
140
|
+
/** An optional prop */
|
|
141
|
+
optional?: string;
|
|
142
|
+
}
|
|
143
|
+
|
|
124
144
|
export declare const Ellipsis: React.FC<EllipsisProps>;
|
|
125
145
|
|
|
126
146
|
export declare interface EllipsisProps extends EllipsisProps_2 {
|
|
@@ -179,6 +199,13 @@ export declare interface IndexBarProps extends IndexBarProps_2 {
|
|
|
179
199
|
|
|
180
200
|
export declare type IndexBarRef = IndexBarRef_2;
|
|
181
201
|
|
|
202
|
+
export declare const InfiniteScroll: default_2.FC<InfiniteScrollProps>;
|
|
203
|
+
|
|
204
|
+
export declare interface InfiniteScrollProps extends InfiniteScrollProps_2 {
|
|
205
|
+
/** An optional prop */
|
|
206
|
+
optional?: string;
|
|
207
|
+
}
|
|
208
|
+
|
|
182
209
|
export declare const Input: default_2.FC<InputProps>;
|
|
183
210
|
|
|
184
211
|
export declare interface InputProps extends InputProps_2 {
|
|
@@ -209,6 +236,13 @@ export declare interface NavBarProps extends NavBarProps_2 {
|
|
|
209
236
|
optional?: string;
|
|
210
237
|
}
|
|
211
238
|
|
|
239
|
+
export declare const PullToRefresh: default_2.FC<PullToRefreshProps>;
|
|
240
|
+
|
|
241
|
+
export declare interface PullToRefreshProps extends PullToRefreshProps_2 {
|
|
242
|
+
/** An optional prop */
|
|
243
|
+
optional?: string;
|
|
244
|
+
}
|
|
245
|
+
|
|
212
246
|
export declare const SafeArea: default_2.FC<SafeAreaProps>;
|
|
213
247
|
|
|
214
248
|
export declare interface SafeAreaProps extends SafeAreaProps_2 {
|
|
@@ -232,6 +266,13 @@ export declare interface SpaceProps extends SpaceProps_2 {
|
|
|
232
266
|
optional?: string;
|
|
233
267
|
}
|
|
234
268
|
|
|
269
|
+
export declare const SpinLoading: default_2.FC<SpinLoadingProps>;
|
|
270
|
+
|
|
271
|
+
export declare interface SpinLoadingProps extends SpinLoadingProps_2 {
|
|
272
|
+
/** An optional prop */
|
|
273
|
+
optional?: string;
|
|
274
|
+
}
|
|
275
|
+
|
|
235
276
|
export declare const Swiper: React.FC<SwiperProps> & {
|
|
236
277
|
Item: typeof Swiper_2.Item;
|
|
237
278
|
};
|