@aloudata/aloudata-design 0.4.0-beta.3 → 0.4.0-beta.4

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.
@@ -0,0 +1,3 @@
1
+ import Progress, { ProgressProps } from 'antd/es/progress';
2
+ export { ProgressProps };
3
+ export default Progress;
@@ -0,0 +1,2 @@
1
+ import Progress from 'antd/es/progress';
2
+ export default Progress;
@@ -0,0 +1,2 @@
1
+ import '../../style';
2
+ import './index.less';
@@ -0,0 +1,2 @@
1
+ import '../../style';
2
+ import './index.less';
@@ -0,0 +1 @@
1
+ @import '../../style/index.less';
package/es/index.d.ts CHANGED
@@ -46,6 +46,8 @@ export type { SpaceProps } from './Space';
46
46
  export { default as Space } from './Space';
47
47
  export type { SpinProps } from './Spin';
48
48
  export { default as Spin } from './Spin';
49
+ export type { ProgressProps } from './Progress';
50
+ export { default as Progress } from './Progress';
49
51
  export type { ISwitchProps as SwitchProps } from './Switch';
50
52
  export { default as Switch } from './Switch';
51
53
  export type { IStepProps as StepProps, IStepsProps as StepsProps } from './Steps';
package/es/index.js CHANGED
@@ -23,6 +23,7 @@ export { default as Skeleton } from './Skeleton';
23
23
  export { default as Row } from './Row';
24
24
  export { default as Space } from './Space';
25
25
  export { default as Spin } from './Spin';
26
+ export { default as Progress } from './Progress';
26
27
  export { default as Switch } from './Switch';
27
28
  export { default as Steps } from './Steps';
28
29
  export { default as Form } from './Form';
@@ -0,0 +1,9 @@
1
+ declare const _default: {
2
+ id: number;
3
+ title: string;
4
+ name: string;
5
+ category: string;
6
+ categoryCN: string;
7
+ author: string;
8
+ }[];
9
+ export default _default;