@antscorp/ama-ui 0.0.44 → 0.0.45
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 +2143 -2029
- package/dist/ama-ui.es.js.map +1 -1
- package/dist/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -39,6 +39,8 @@ import { DotLoadingProps as DotLoadingProps_2 } from 'antd-mobile';
|
|
|
39
39
|
import { EllipsisProps as EllipsisProps_2 } from 'antd-mobile';
|
|
40
40
|
import { ErrorBlockProps as ErrorBlockProps_2 } from 'antd-mobile';
|
|
41
41
|
import { FC } from 'react';
|
|
42
|
+
import { FloatingBubble } from 'antd-mobile';
|
|
43
|
+
import { FloatingBubbleProps } from 'antd-mobile';
|
|
42
44
|
import { FloatingPanelProps as FloatingPanelProps_2 } from 'antd-mobile';
|
|
43
45
|
import { FooterProps as FooterProps_2 } from 'antd-mobile';
|
|
44
46
|
import { Form as Form_2 } from 'antd-mobile';
|
|
@@ -47,6 +49,9 @@ import { ForwardRefExoticComponent } from 'react';
|
|
|
47
49
|
import { Grid as Grid_2 } from 'antd-mobile';
|
|
48
50
|
import { GridProps as GridProps_2 } from 'antd-mobile';
|
|
49
51
|
import { ImageProps as ImageProps_2 } from 'antd-mobile';
|
|
52
|
+
import { ImageUploaderProps as ImageUploaderProps_2 } from 'antd-mobile';
|
|
53
|
+
import { ImageUploaderRef } from 'antd-mobile';
|
|
54
|
+
import { ImageUploadItem } from 'antd-mobile';
|
|
50
55
|
import { ImageViewer as ImageViewer_2 } from 'antd-mobile';
|
|
51
56
|
import { ImageViewerProps as ImageViewerProps_2 } from 'antd-mobile';
|
|
52
57
|
import { IndexBar as IndexBar_2 } from 'antd-mobile';
|
|
@@ -289,6 +294,10 @@ export declare interface ErrorBlockProps extends ErrorBlockProps_2 {
|
|
|
289
294
|
optional?: string;
|
|
290
295
|
}
|
|
291
296
|
|
|
297
|
+
export { FloatingBubble }
|
|
298
|
+
|
|
299
|
+
export { FloatingBubbleProps }
|
|
300
|
+
|
|
292
301
|
export declare const FloatingPanel: default_2.FC<FloatingPanelProps>;
|
|
293
302
|
|
|
294
303
|
export declare interface FloatingPanelProps extends FloatingPanelProps_2 {
|
|
@@ -331,6 +340,15 @@ export declare interface ImageProps extends ImageProps_2 {
|
|
|
331
340
|
optional?: string;
|
|
332
341
|
}
|
|
333
342
|
|
|
343
|
+
export declare const ImageUploader: FC<ImageUploaderProps>;
|
|
344
|
+
|
|
345
|
+
export declare interface ImageUploaderProps extends ImageUploaderProps_2 {
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export { ImageUploaderRef }
|
|
349
|
+
|
|
350
|
+
export { ImageUploadItem }
|
|
351
|
+
|
|
334
352
|
export declare const ImageViewer: default_2.FC<ImageViewerProps> & {
|
|
335
353
|
Multi: typeof ImageViewer_2.Multi;
|
|
336
354
|
};
|