@antscorp/ama-ui 0.0.23 → 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,6 +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';
41
+ import { PickerProps as PickerProps_2 } from 'antd-mobile';
42
+ import { PullStatus } from 'antd-mobile/es/components/pull-to-refresh';
40
43
  import { PullToRefreshProps as PullToRefreshProps_2 } from 'antd-mobile';
41
44
  import { RefAttributes } from 'react';
42
45
  import { SafeAreaProps as SafeAreaProps_2 } from 'antd-mobile';
@@ -45,12 +48,15 @@ import { SideBar as SideBar_2 } from 'antd-mobile';
45
48
  import { SideBarProps as SideBarProps_2 } from 'antd-mobile';
46
49
  import { SpaceProps as SpaceProps_2 } from 'antd-mobile';
47
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';
48
53
  import { Swiper as Swiper_2 } from 'antd-mobile';
49
54
  import { SwiperProps as SwiperProps_2 } from 'antd-mobile';
50
55
  import { TabBar as TabBar_2 } from 'antd-mobile';
51
56
  import { TabBarProps as TabBarProps_2 } from 'antd-mobile';
52
57
  import { Tabs as Tabs_2 } from 'antd-mobile';
53
58
  import { TabsProps as TabsProps_2 } from 'antd-mobile';
59
+ import { TagProps as TagProps_2 } from 'antd-mobile';
54
60
  import { Toast } from 'antd-mobile';
55
61
  import { ToastHandler } from 'antd-mobile/es/components/toast';
56
62
  import { ToastShowProps } from 'antd-mobile';
@@ -247,6 +253,20 @@ export declare interface NavBarProps extends NavBarProps_2 {
247
253
  optional?: string;
248
254
  }
249
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
+
263
+ export declare const Picker: React.FC<PickerProps>;
264
+
265
+ export declare interface PickerProps extends PickerProps_2 {
266
+ }
267
+
268
+ export { PullStatus }
269
+
250
270
  export declare const PullToRefresh: default_2.FC<PullToRefreshProps>;
251
271
 
252
272
  export declare interface PullToRefreshProps extends PullToRefreshProps_2 {
@@ -291,6 +311,15 @@ export declare interface SpinLoadingProps extends SpinLoadingProps_2 {
291
311
  optional?: string;
292
312
  }
293
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
+
294
323
  export declare const Swiper: React.FC<SwiperProps> & {
295
324
  Item: typeof Swiper_2.Item;
296
325
  };
@@ -316,6 +345,13 @@ export declare interface TabsProps extends TabsProps_2 {
316
345
  optional?: boolean;
317
346
  }
318
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
+
319
355
  export declare type ThemeConfig = {
320
356
  token: {
321
357
  colorPrimary: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/ama-ui",
3
- "version": "0.0.23",
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",