@antscorp/ama-ui 0.0.24 → 0.0.25

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/index.d.ts CHANGED
@@ -37,7 +37,9 @@ import { JumboTabsProps as JumboTabsProps_2 } from 'antd-mobile';
37
37
  import { List as List_2 } from 'antd-mobile';
38
38
  import { ListProps as ListProps_2 } from 'antd-mobile';
39
39
  import { NavBarProps as NavBarProps_2 } from 'antd-mobile';
40
+ import { PageIndicatorProps as PageIndicatorProps_2 } from 'antd-mobile';
40
41
  import { PickerProps as PickerProps_2 } from 'antd-mobile';
42
+ import { PullStatus } from 'antd-mobile/es/components/pull-to-refresh';
41
43
  import { PullToRefreshProps as PullToRefreshProps_2 } from 'antd-mobile';
42
44
  import { RefAttributes } from 'react';
43
45
  import { SafeAreaProps as SafeAreaProps_2 } from 'antd-mobile';
@@ -46,12 +48,15 @@ import { SideBar as SideBar_2 } from 'antd-mobile';
46
48
  import { SideBarProps as SideBarProps_2 } from 'antd-mobile';
47
49
  import { SpaceProps as SpaceProps_2 } from 'antd-mobile';
48
50
  import { SpinLoadingProps as SpinLoadingProps_2 } from 'antd-mobile';
51
+ import { Steps as Steps_2 } from 'antd-mobile';
52
+ import { StepsProps as StepsProps_2 } from 'antd-mobile';
49
53
  import { Swiper as Swiper_2 } from 'antd-mobile';
50
54
  import { SwiperProps as SwiperProps_2 } from 'antd-mobile';
51
55
  import { TabBar as TabBar_2 } from 'antd-mobile';
52
56
  import { TabBarProps as TabBarProps_2 } from 'antd-mobile';
53
57
  import { Tabs as Tabs_2 } from 'antd-mobile';
54
58
  import { TabsProps as TabsProps_2 } from 'antd-mobile';
59
+ import { TagProps as TagProps_2 } from 'antd-mobile';
55
60
  import { Toast } from 'antd-mobile';
56
61
  import { ToastHandler } from 'antd-mobile/es/components/toast';
57
62
  import { ToastShowProps } from 'antd-mobile';
@@ -248,11 +253,20 @@ export declare interface NavBarProps extends NavBarProps_2 {
248
253
  optional?: string;
249
254
  }
250
255
 
256
+ export declare const PageIndicator: default_2.FC<PageIndicatorProps>;
257
+
258
+ export declare interface PageIndicatorProps extends PageIndicatorProps_2 {
259
+ /** An optional prop */
260
+ optional?: string;
261
+ }
262
+
251
263
  export declare const Picker: React.FC<PickerProps>;
252
264
 
253
265
  export declare interface PickerProps extends PickerProps_2 {
254
266
  }
255
267
 
268
+ export { PullStatus }
269
+
256
270
  export declare const PullToRefresh: default_2.FC<PullToRefreshProps>;
257
271
 
258
272
  export declare interface PullToRefreshProps extends PullToRefreshProps_2 {
@@ -297,6 +311,15 @@ export declare interface SpinLoadingProps extends SpinLoadingProps_2 {
297
311
  optional?: string;
298
312
  }
299
313
 
314
+ export declare const Steps: React.FC<StepsProps> & {
315
+ Step: typeof Steps_2.Step;
316
+ };
317
+
318
+ export declare interface StepsProps extends StepsProps_2 {
319
+ /** Optional */
320
+ optional?: boolean;
321
+ }
322
+
300
323
  export declare const Swiper: React.FC<SwiperProps> & {
301
324
  Item: typeof Swiper_2.Item;
302
325
  };
@@ -322,6 +345,13 @@ export declare interface TabsProps extends TabsProps_2 {
322
345
  optional?: boolean;
323
346
  }
324
347
 
348
+ export declare const Tag: default_2.FC<TagProps>;
349
+
350
+ export declare interface TagProps extends TagProps_2 {
351
+ /** An optional prop */
352
+ optional?: string;
353
+ }
354
+
325
355
  export declare type ThemeConfig = {
326
356
  token: {
327
357
  colorPrimary: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.24",
3
+ "version": "0.0.25",
4
4
  "main": "dist/ama-ui.es.js",
5
5
  "module": "dist/ama-ui.es.js",
6
6
  "types": "dist/index.d.ts",