@oliasoft-open-source/charts-library 3.6.9-beta-5 → 3.6.9-beta-7
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/declaration.d.ts +3 -17
- package/dist/global.css +1 -0
- package/dist/{index.js → index.js.mjs} +21612 -4340
- package/dist/{index.js.map → index.js.mjs.map} +1 -1
- package/dist/src/components/common/helpers/get-chart-annotation.d.ts +1 -1
- package/dist/src/components/line-chart/hooks/use-chart-options.d.ts +281 -0
- package/index.js +14 -0
- package/package.json +8 -6
package/dist/declaration.d.ts
CHANGED
|
@@ -1,24 +1,10 @@
|
|
|
1
|
-
declare module '*.module.less'
|
|
2
|
-
const classes: { [className: string]: string };
|
|
3
|
-
export default classes;
|
|
4
|
-
}
|
|
1
|
+
declare module '*.module.less';
|
|
5
2
|
|
|
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
|
-
}
|
|
3
|
+
declare module '*.svg';
|
|
16
4
|
|
|
17
5
|
declare module 'chartjs-plugin-dragdata';
|
|
18
6
|
|
|
19
|
-
declare module 'react-base64-downloader'
|
|
20
|
-
export function triggerBase64Download(base64: string, filename: string): void;
|
|
21
|
-
}
|
|
7
|
+
declare module 'react-base64-downloader';
|
|
22
8
|
|
|
23
9
|
declare module '@oliasoft-open-source/react-ui-library';
|
|
24
10
|
|
package/dist/global.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
html[data-theme=dark] ._chart_1v6ps_1 canvas{filter:invert(1) hue-rotate(180deg)}html[data-theme=dark] ._chart_e3qdd_1 canvas{filter:invert(1) hue-rotate(180deg)}._chart_e3qdd_1{border:1px solid rgba(255,255,255,0);position:relative;display:flex;flex-direction:column;gap:8px}._chart_e3qdd_1 ._canvas_e3qdd_11{flex-grow:1;min-height:0;position:relative}._chart_e3qdd_1 ._canvas_e3qdd_11 canvas{width:100%!important;height:100%!important}._chart_e3qdd_1._fixedHeight_e3qdd_20{display:flex;align-items:flex-start;justify-content:flex-start;height:auto}._chart_e3qdd_1._stretchHeight_e3qdd_26{display:flex;align-items:stretch;justify-content:stretch;height:100%}._chart_e3qdd_1._squareAspectRatio_e3qdd_32{aspect-ratio:1;min-height:0;min-width:0}._chart_e3qdd_1:focus{outline:none}._chart_e3qdd_1::-moz-focus-inner{border:0}._zoomForm_e3qdd_43{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0}._zoomForm_e3qdd_43 ._zoomReset_e3qdd_51{margin-left:10px}._zoomForm_e3qdd_43 ._help_e3qdd_54{margin-left:5px;line-height:0}._autoWeight_e3qdd_58{width:auto;height:auto}._table_e3qdd_62{overflow:auto}._controls_fa3yo_1{display:flex;align-items:center;flex-wrap:wrap;gap:8px}._buttons_fa3yo_7{display:flex;margin-left:auto;gap:4px}._legend_wpro0_1{position:absolute;opacity:.9;display:flex;flex-direction:column;z-index:1}._legend_wpro0_1._isDragging_wpro0_8{opacity:0}._legendItems_wpro0_11{background-color:var(--color-background-raised);border:1px solid var(--color-border);padding:4px 8px;border-radius:2px;overflow-y:auto;max-height:100%;overflow:overlay;--scrollbar-color: #00000040}._legendItems_wpro0_11::-webkit-scrollbar{display:block;width:16px;z-index:2}._legendItems_wpro0_11::-webkit-scrollbar-button{display:none}._legendItems_wpro0_11::-webkit-scrollbar-track{background-color:#0000}._legendItems_wpro0_11::-webkit-scrollbar-track-piece{background-color:#0000}._legendItems_wpro0_11::-webkit-scrollbar-thumb{background-color:#0000;border:5px solid transparent;border-radius:24px;box-shadow:4px 0 0 4px var(--scrollbar-color) inset}._legendItems_wpro0_11::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}._legend_wpro0_1._isDragging_wpro0_8 ._legendItems_wpro0_11._legendItems_wpro0_11{pointer-events:none}._legend_wpro0_1._isHidden_wpro0_47 ._legendItems_wpro0_11._legendItems_wpro0_11{display:none}._legendToggle_wpro0_50{position:absolute;top:0;right:0;transform:translate(50%,-50%);display:none}._legend_wpro0_1._isHidden_wpro0_47 ._legendToggle_wpro0_50._legendToggle_wpro0_50,._legend_wpro0_1:hover ._legendToggle_wpro0_50._legendToggle_wpro0_50{display:block}._legend_wpro0_1:active ._legendToggle_wpro0_50._legendToggle_wpro0_50:not(:hover){display:none}._legend_wpro0_1._isHidden_wpro0_47 ._legendToggle_wpro0_50._legendToggle_wpro0_50{position:static;transform:none}._legend_wpro0_1._isDragging_wpro0_8 ._legendToggle_wpro0_50._legendToggle_wpro0_50{display:none}._legendItem_wpro0_11{display:flex;align-items:flex-start;gap:8px;-webkit-user-select:none;user-select:none;cursor:pointer;font-size:12px;line-height:16px}._legendItemSymbol_wpro0_80{display:flex;align-items:center;height:16px;position:relative;flex-shrink:0}html[data-theme=dark] ._legendItemSymbol_wpro0_80._legendItemSymbol_wpro0_80{filter:invert(1) hue-rotate(180deg)}._legendItemBox_wpro0_90{width:100%;height:12px;display:block}._legendItemLine_wpro0_95{position:absolute;display:flex;top:50%;left:0;width:100%;transform:translateY(-50%)}._legendItemPoint_wpro0_103{position:absolute;display:flex;top:50%;left:50%;transform:translate(-50%,-50%)}._isHidden_wpro0_47 ._legendItemText_wpro0_110._legendItemText_wpro0_110{text-decoration:line-through}._scrollbars_wpro0_113{overflow:overlay;--scrollbar-color: #00000040}._scrollbars_wpro0_113::-webkit-scrollbar{display:block;width:16px;z-index:2}._scrollbars_wpro0_113::-webkit-scrollbar-button{display:none}._scrollbars_wpro0_113::-webkit-scrollbar-track{background-color:#0000}._scrollbars_wpro0_113::-webkit-scrollbar-track-piece{background-color:#0000}._scrollbars_wpro0_113::-webkit-scrollbar-thumb{background-color:#0000;border:5px solid transparent;border-radius:24px;box-shadow:4px 0 0 4px var(--scrollbar-color) inset}._scrollbars_wpro0_113::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}._dropzoneContainer_wpro0_140{position:absolute}._dropzone_wpro0_140{position:absolute;width:50%;height:50%;display:flex}._dropzone_wpro0_140._left_wpro0_149{left:0;justify-content:flex-start}._dropzone_wpro0_140._right_wpro0_153{right:0;justify-content:flex-end}._dropzone_wpro0_140._top_wpro0_157{top:0;align-items:flex-start}._dropzone_wpro0_140._bottom_wpro0_161{bottom:0;align-items:flex-end}._dropzonePlaceholder_wpro0_165{position:absolute;background-color:#0000000d;display:none}[data-theme=dark] ._dropzonePlaceholder_wpro0_165{background-color:#ffffff0d}._isActive_wpro0_173 ._dropzonePlaceholder_wpro0_165._dropzonePlaceholder_wpro0_165{display:block}._resizeContainer_wpro0_176{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}html[data-theme=dark] ._chart_1jdnu_1 canvas{filter:invert(1) hue-rotate(180deg)}._chart_1jdnu_1{border:1px solid rgba(255,255,255,0);padding-top:10px;position:relative}._chart_1jdnu_1 canvas{width:100%!important;height:100%!important}._chart_1jdnu_1._fixedHeight_1jdnu_13{display:flex;align-items:flex-start;justify-content:flex-start;height:auto}._chart_1jdnu_1._stretchHeight_1jdnu_19{display:flex;align-items:stretch;justify-content:stretch;height:100%}._chart_1jdnu_1:focus{border:1px solid #85b7d9;outline:none}._chart_1jdnu_1::-moz-focus-inner{border:0}._zoomForm_1jdnu_32{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0}._zoomForm_1jdnu_32 ._zoomReset_1jdnu_40{margin-left:10px}._zoomForm_1jdnu_32 ._help_1jdnu_43{margin-left:5px;line-height:0}._autoWeight_1jdnu_47{width:"auto";height:"auto"}html[data-theme=dark] ._chart_1t41j_1 canvas{filter:invert(1) hue-rotate(180deg)}._chart_1t41j_1{border:1px solid rgba(255,255,255,0);padding-top:10px;position:relative}._chart_1t41j_1 canvas{width:100%!important;height:100%!important}._chart_1t41j_1._fixedHeight_1t41j_13{display:flex;align-items:flex-start;justify-content:flex-start;height:auto}._chart_1t41j_1._stretchHeight_1t41j_19{display:flex;align-items:stretch;justify-content:stretch;height:100%}._chart_1t41j_1:focus{border:1px solid #85b7d9;outline:none}._chart_1t41j_1::-moz-focus-inner{border:0}._zoomForm_1t41j_32{position:absolute;display:flex;align-items:center;justify-content:center;top:0;right:0}._zoomForm_1t41j_32 ._zoomReset_1t41j_40{margin-left:10px}._zoomForm_1t41j_32 ._help_1t41j_43{margin-left:5px;line-height:0}._autoWeight_1t41j_47{width:auto;height:auto}
|