@para-ui/core 2.2.59 → 2.2.61
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/DynamicMultiBox/index.js +2 -2
- package/InputLang/index.js +3 -3
- package/README.md +11 -0
- package/Status/index.d.ts +21 -0
- package/Status/index.js +15 -0
- package/cdn/ComboSelect/index.js +3 -3
- package/cdn/DynamicMultiBox/index.js +4 -4
- package/cdn/Form/index.js +2 -2
- package/cdn/FormItem/index.js +2 -2
- package/cdn/InputLang/index.js +2 -2
- package/cdn/Status/index.js +1 -0
- package/cdn/Table/index.js +2 -2
- package/index.d.ts +2 -0
- package/index.js +4 -4
- package/package.json +1 -1
- package/style.css +3 -2
package/index.d.ts
CHANGED
|
@@ -114,6 +114,8 @@ export { default as Slider } from './Slider';
|
|
|
114
114
|
export * from './Slider';
|
|
115
115
|
export { default as Split } from './Split';
|
|
116
116
|
export * from './Split';
|
|
117
|
+
export { default as Status } from './Status';
|
|
118
|
+
export * from './Status';
|
|
117
119
|
export { default as Stepper } from './Stepper';
|
|
118
120
|
export * from './Stepper';
|
|
119
121
|
export { default as Switch } from './Switch';
|