@oliasoft-open-source/charts-library 3.6.9-beta-6 → 3.6.9-beta-8
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/package.json +3 -3
- package/dist/declaration.d.ts +0 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oliasoft-open-source/charts-library",
|
|
3
|
-
"version": "3.6.9-beta-
|
|
3
|
+
"version": "3.6.9-beta-8",
|
|
4
4
|
"description": "React Chart Library (based on Chart.js and react-chart-js-2)",
|
|
5
5
|
"homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
|
|
6
6
|
"bugs": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"react-use": "^17.4.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@oliasoft-open-source/react-ui-library": "^3.
|
|
56
|
+
"@oliasoft-open-source/react-ui-library": "^3.11.10",
|
|
57
57
|
"@oliasoft-open-source/units": "^3.4.2",
|
|
58
58
|
"@storybook/addon-actions": "^7.0.18",
|
|
59
59
|
"@storybook/addon-docs": "^7.0.18",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"vitest": "^0.34.6"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
|
-
"@oliasoft-open-source/react-ui-library": "^3.
|
|
102
|
+
"@oliasoft-open-source/react-ui-library": "^3.11.10",
|
|
103
103
|
"@oliasoft-open-source/units": "^3.4.2",
|
|
104
104
|
"classnames": "^2.3.2",
|
|
105
105
|
"immer": "^10.0.2",
|
package/dist/declaration.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare module '*.module.less' {
|
|
2
|
-
const classes: { [className: string]: string };
|
|
3
|
-
export default classes;
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
declare module '*.svg' {
|
|
7
|
-
import * as React from 'react';
|
|
8
|
-
|
|
9
|
-
export const ReactComponent: React.FunctionComponent<
|
|
10
|
-
React.SVGProps<SVGSVGElement> & { title?: string }
|
|
11
|
-
>;
|
|
12
|
-
|
|
13
|
-
const src: string;
|
|
14
|
-
export default src;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
declare module 'chartjs-plugin-dragdata';
|
|
18
|
-
|
|
19
|
-
declare module 'react-base64-downloader' {
|
|
20
|
-
export function triggerBase64Download(base64: string, filename: string): void;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
declare module '@oliasoft-open-source/react-ui-library';
|
|
24
|
-
|
|
25
|
-
declare module 'html-to-image';
|