elcrm 0.9.68 → 0.9.69
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/Chart/Circle.d.ts +1 -0
- package/dist/Chart/index.d.ts +5 -0
- package/dist/Form/Date.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.es.js +573 -522
- package/dist/index.umd.js +9 -9
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function Progress({ value, background, gradient }: any): import("react/jsx-runtime").JSX.Element;
|
package/dist/Form/Date.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export default function (
|
|
1
|
+
export default function ({ title, error, edit, active, className, placeholder, view, onValue, name, value, after, }: any): import("react/jsx-runtime").JSX.Element;
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export { default as Tabs } from './Tabs';
|
|
|
7
7
|
export { default as Setting } from './Setting';
|
|
8
8
|
export { default as Action } from './Action';
|
|
9
9
|
export { default as Component } from './Component';
|
|
10
|
+
export { default as Chart } from './Chart';
|
|
10
11
|
export { default as Bookmarks } from './Bookmarks';
|
|
11
12
|
export { default as Notice } from './Notice';
|
|
12
13
|
export { default as Alert } from './Alert';
|